v1

latestOpenAPI 3.0.32026-07-1320201.0 MB
BSC Blockchain Queries

Get balance of an BEP20 token

get/api/v2/bsc/balances/{address}/bep20/{contract_address}

Headers

X-Network'testnet' | 'mainnet'

Specify "testnet" for test network or leave empty for main network. Defaults to "mainnet" if not provided.

Authorizationstring required

Bearer token for authorization. Required for authenticated endpoints.

Content-Type'application/json' | 'application/x-www-form-urlencoded' | 'multipart/form-data'

The MIME type of the request body.

Response

string required

Example response

"{ \"status\": 200, \"ok\": true, \"message\": \"BEP20 balance fetched\", \"data\": \"0.000000\" }"