Get token account balance for token contract address
GET/?module=account&action=tokenbalance
Get token account balance for token contract address
Request
Details
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
- 200
OK
- application/json
- Schema
- Example (from schema)
Details
Schema
message string
result string
status string
{
"message": "string",
"result": "string",
"status": "string"
}
Loading...