Skip to main content
POST
get_token_flow_intelligence

Reading the result

The response example uses made-up values and shows selected fields. Fields vary by network and available data.
  • data contains net USD flows and wallet counts for categories such as whales, smart traders, exchanges, and fresh wallets.
  • summary totals the returned flow rows. Category totals can overlap; do not add them together as if the categories were mutually exclusive.
  • metadata.timeframe is the timeframe actually used after validation, which can differ from the requested value.

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

Exact token contract address or mint on the selected network; resolve a ticker first.

network
string
required

Network to query, for example ethereum. See Supported Networks for coverage.

timeframe
string
default:7d

Flow-intelligence window: 5m, 1h, 6h, 12h, 1d, or 7d.

Response

Smart-money / exchange flow intelligence for a token. timeframe: 5m/1h/6h/12h/1d/7d. Fields vary by network and available data. Check for status: no_data, status: error, or an error field even when HTTP status is 200. See Errors & status.

Response fields depend on the network and available data. The example shows selected fields; see Reading the result for details.