Skip to main content
POST
/
api
/
tools
/
get_token_flows
get_token_flows
curl --request POST \
  --url https://pro-api.nikiwa.com/api/tools/get_token_flows \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "token_address": "<string>",
  "network": "<string>",
  "label": "smart_money"
}
'

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
token_address
string
required
network
string
required
label
string
default:smart_money

Response

Tool output (JSON object or array)