Skip to main content
GET
Get Current Token Balances of an Address

Authorizations

Authorization
string
header
required

Use Authorization: Bearer

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

Payments associated with a specific address. This includes both incoming and outgoing transactions.

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