Skip to main content
GET
Get Asset Flow for an Address

Authorizations

X-API-KEY
string
header
required

Authorization method required to allow user to access the api endpoints.

Query Parameters

network
string
required

Network of Address

address
string
required

Address to search

network_type
string
required

network type: evm, solana, cosmos, etc.

token_contracts
string
required

Comma separated list of token contract addresses

workspace_id
string

Workspace id to filter this address's balances by that workspace's token whitelist. Omit for the unfiltered response.

show_all
boolean
default:false

Restores the unfiltered response, ignoring the workspace token whitelist. Only meaningful alongside workspace_id.

Response

200 - application/json

Per-day, per-token asset flow entries for the given address.

Last modified on August 20, 2026