EVM
Return a list of token balances (ERC20/NFT/NATIVE) for a given account address
GET
/
chain
/
{chain-id}
/
account
/
{account-address}
/
token-balances
Path Parameters
chain-id
string
requiredaccount-address
string
requiredQuery Parameters
maxResults
integer
default is 30
nextToken
string
tokenType
enum<string>
Available options:
ERC20
, NFT
Response
200 - application/json
result
object
error
object
Was this page helpful?