curl --request GET \ --url https://evm.preview-api.modular.cloud/v1/chain/{chain-id}/account/{account-address}/token-balances
{ "result": { "balances": [ { "tokenType": "ERC20", "data": { "tokenData": { "address": "<string>", "name": "<string>", "symbol": "<string>", "decimals": 123 }, "tokenBalance": { "value": "<string>" } } } ], "nativeTokenBalance": "<string>" }, "error": { "message": "<string>" } }
default is 30
ERC20
NFT
Show child attributes
ERC721
ERC1155
Was this page helpful?