Retrieves a paginated list of token balances for a specific wallet address. This can include both fungible tokens like ERC-20 tokens and native currency and non-fungible tokens like ERC-721 and ERC-1155. For non-fungible tokens, each token is grouped under its collection contract address.
Enter your API key in the format: Bearer <api_key>. Providing an API key may grant higher rate limits or access to additional features. The API will function without an API key for basic access.
The wallet address.
^0x[a-fA-F0-9]{40}$"0xd8dA6BF26964aF9D7eEd9e03E53415D37aA96045"
The name or ID of the blockchain.
ethereum, apechain, arbitrum, avalanche, base, bsc, polygon "ethereum"
Token contract addresses to filter by.
^0x[a-fA-F0-9]{40}$"0xBC4CA0EdA7647A8aB7C2061c2E118A18a936f13D"
Token standard to filter by.
ERC-20, ERC-721, ERC-1155, NATIVE, ALL Retrieve data at a specific block number.
18000000
Retrieve data at a specific timestamp (Unix or ISO 8601 string).
"2024-05-20T12:00:00Z"
Sort order for results.
most_holdings, least_holdings Maximum number of items to return.
1 <= x <= 1000Cursor for pagination to retrieve the next set of results.