Get Balance

retrieves the current token balance for a specified wallet address on supported blockchain networks, with optional filtering by asset codes and issuers. It returns precise balance data essential for real-time portfolio tracking, fee calculations, and wallet-related operations in decentralized applications

💡

Compute Unit Value: 50 (Fixed)

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
string
enum

The unique ID to direct queries or transactions to the correct blockchain. Find more here.

string

The abbreviated chain name for queries or transactions.

string

Block number for which the balance needs to be retrieved. Defaults to the latest block if not specified.

string
required

The public address to get the balance of.

string

The address of the token to get the balance of.

string

Timestamp of the block number. Takes precedence over block number if both are provided.

string

A comma-separated list of currency symbols to convert the amount into, such as 'USD,EUR'. This parameter is optional and allows retrieving values in multiple fiat currencies.

string

The public address of the issuer.

string

The code of the asset to get the balance of. Required if issuer address is provided.

Response

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json