Get Ethereum ERC20 Account balance
GET {{baseUrl}}/v3/ethereum/account/balance/erc20/:address?currency=USDT&contractAddress=0xdac17f958d2ee523a2206206994597c13d831ec7
1 credit per API call.
Gets an Ethereum ERC20 account balance in the smallest ERC20 unit. It is possible to obtain the balance of any ERC20 token, either supported by Tatum natively or via the address of the ERC20 token.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
currency | string | Tatum supported ERC20 currency. Either the currency or contractAddress must be present. | |
contractAddress | string | ERC20 contract address to get the balance of. Either the contractAddress or currency must be present. |
RESPONSES
status: OK
{"balance":"1000000"}