Balance API
Get ERC20 token balances
Retrieve all token balances for all ERC20 tokens for a specified address.
By default, it will return all token balances for all ERC20 tokens that the address has ever received. You can specify a contract address to check the balance of a non-standard contract.
GET
/
v1
/
account
/
tokens
Headers
x-api-key
string
requiredQuery Parameters
chain_id
string
requiredchain network id, see list of details
address
string
requiredA hex string referencing a wallet address
contract_address
string
The address of the token contract, or filter multiple addresses, (max 100), eg:contract_address=0xdac17f958d2ee523a2206206994597c13d831ec7,0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48
limit
integer
default: 20The desired page size limit. Less or equal than 100
Required range:
1 < x < 100
page
integer
default: 1The page offset
Required range:
x > 1
Response
200 - application/json
code
integer
default: 0message
string
default: okdata
object[]
next_page
integer
count
integer