Get Token Balance
Get details of a list of wallet addresses, including their explorer Url & balance
Get Token Balance API
This endpoint returns the balance of a specific token for the provided address.
Token Balance Request
blockchain
* StringDescription: The blockchain which this token belongs to.
Example:
BSC
symbol
* StringDescription: The token symbol.
Example:
BNB
address
StringDescription: Smart contract address of token, null for native tokens.
Example:
null
walletAddress
* StringDescription: User wallet address for the desired blockchain.
Token Balance Response
balance
Description: balance amount
Example:
46077752529840023
error
Description: Error message if there was any problem
errorCode
Description: Error code if there was any problem
traceId
Description: Trace id help Rango support to resolve the issue
Last updated