Get BSC BEP20 Account balance

GET {{baseUrl}}/v3/bsc/account/balance/bep20/:address?currency=BETH&contractAddress=0xdac17f958d2ee523a2206206994597c13d831ec7

1 credit per API call.


Get BSC BEP20 Account balance in the smallest BEP20 unit. Result value is balance * 10decimals. It is possible to obtain the balance of any BEP20 token, either supported by Tatum natively or via the address of the BEP20 token.
BEP20 tokens BETH, BBTC, BADA, WBNB, BDOT, BXRP, BLTC, BBCH are available only for mainnet use.

Request Params

KeyDatatypeRequiredDescription
currencystringTatum supported BEP20 currency for mainnet. Either currency, or contractAddress must be present.
contractAddressstringBEP20 contract address to get balance of. Either contractAddress, or currency must be present.

RESPONSES

status: OK

{"balance":"1000000"}