Skip to main content
GET
Get Current Token Balances of 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

Returns a list of token balances of given address.

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