Skip to main content

Get token account balance for token contract address

GET 

https://api.fuse.io/api/v0/explorer/?module=account&action=tokenbalance

Get token account balance for token contract address

Request

Query Parameters

    module stringrequired

    Possible values: [account]

    action stringrequired

    Possible values: [tokenbalance]

    apiKey stringrequired
    Example: pk_1234567890
    contractaddress stringrequired

    string containing the contract address hash.

    address stringrequired

    string containing the account address hash to retrieve balance for.

Responses

OK

Schema
    message string
    result string
    status string
curl -L -X GET 'https://api.fuse.io/api/v0/explorer' \
-H 'Accept: application/json'
Request Collapse all
Base URL
https://api.fuse.io/api/v0/explorer
Parameters
— queryrequired
— queryrequired
— queryrequired
— queryrequired
— queryrequired
ResponseClear

Click the Send API Request button above and see the response here!

Was this page helpful?