Get Address Assets & Balances
Get details of a list of wallet addresses, including their explorer Url & balance
Get Balance API
You can use this API to retrieve a list of all tokens and their respective balances associated with a user's wallet address on the desired blockchain
const walletDetails = await rango.balance({
blockchain: "BSC",
address: "0xeb2629a2734e272bcc07bda959863f316f4bd4cf"
})
Balance Request
blockchain
* StringDescription: The desired blockchain.
address
* StringDescription: User wallet address for the desired blockchain.
Balance Response
wallets
Description: List of wallet assets
Last updated
Was this helpful?