Get address token balances
GET/evm/:network/addressTokenBalances
Returns all ERC-20/ERC-721/ERC-1155 token balances for an EVM address. Discovers contracts the address has interacted with and returns balances enriched with token metadata. For ERC-721 contracts that implement ERC721Enumerable, owned token IDs and tokenURIs are included. ERC-721 contracts without ERC721Enumerable will return the balance but not owned token IDs — use /ownedTokens to enumerate those.
Request
Responses
- 200
- 400
- 401
- 429
- 500
Successful response
Bad Request
Unauthorized — invalid API key
Too Many Requests
Internal Server Error