This tool retrieves ERC20 token balances for a specified Ethereum address. It can either return balances for all tokens an address has ever interacted with or for a specific set of token contract addresses. It is useful for checking token balances for wallets, monitoring ERC20 t…
addressRequiredstringThe Ethereum wallet address (40 hex characters with 0x prefix) to get ERC-20 token balances for
page_keystringPagination key from a previous response's pageKey field. Use this to retrieve the next page of results when there are more tokens than max_count.
max_countintegerMaximum number of token balances to return per request. Must be between 1 and 1000. Default is 100 if not specified.
contract_addressesarrayOptional list of specific ERC-20 token contract addresses to check balances for. If not provided, returns balances for all tokens the address has interacted with. Each address must be a 40 hex character string with 0x prefix.
dataRequiredData from the action execution
errorstringError if any occurred during the execution of the action
successfulRequiredbooleanWhether or not the action execution was successful or not
API key connection. Risk level 2 of 5.
Free Action
No published Skills explicitly reference this Action yet.