cURL
curl --request GET \ --url https://api-testnet.gte.xyz/v1/users/{user_address}/erc20_balances
[ { "address": "<string>", "balance": "<string>", "supply": "<string>" } ]
EVM address
List of ERC20 balances
Address of the ERC20 token
Balance of the token (U256, decimal string)
Supply of the token (U256, decimal string)