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

Response

200 - application/json

Net inflows and outflows per token for the given address.

total
number
required
balances
object[]
required
Last modified on July 30, 2026