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
The response is of type object[].
object[]