Get Account Balance

Get the number of fungible tokens that a blockchain address holds across a blockchain. The tokens are returned grouped by the smart contracts they were minted on.

GET /v1/polygon/account/balance/tokens/{address}

Path Parameters

NameTypeDescription

address*

String

The blockchain address that you want to get the token balance of

[
    {
        "contractAddress": "string",
        "balance": "10"
    }
]

Last updated