GetClaimable

API

API/token/profile/v1/{ecosystem}/claimable

Title

GetClaimable

Description

Get the claimable fee

Authorization

Not required

Method

GET

Request Parameters

NameTypeRequiredDescription

ecosystem

string

YES

Only support "farcaster" now

addr

string

YES

The user's EVM wallet address

Request and Response Example

Request

cURL Code

curl -X 'POST' \
  'https://api.tako.so/token/profile/v1/farcaster/claimable' \
  -H 'accept: application/json' \
  -H 'Content-Type: application/json' \
  -d '{
    "addr": "0xa75648322b4a6B6d55159f3cBB8a204faA9f53CD"
  }'

Request URL

https://api.tako.so/token/profile/v1/farcaster/claimable

Response

{
  "code": 0,
  "ts": "2023-12-21 16:18:58.94316",
  "msg": "OK",
  "data": 120000
}

Last updated