v1

latestOpenAPI 3.1.02026-07-24223580832.9 KB
Balances & UTXO

Get a List of Balances for Multiple Addresses

Returns a list of account balances for a user-defined list of account addresses:

  • The filter allows up to <b>200 addresses</b> for:
    • Algorand
    • Bitcoin
    • Solana
    • Stellar
    • Ethereum
  • The filter allows up to <b>10 addresses</b> for other supported protocols.
post/{protocol}/{network}/accounts/

Path parameters

protocolstring required

Protocol handle, one of: algorand, avalanche, bitcoin, bitcoincash, dogecoin, ethereum, litecoin, near, optimism, polkadot, polygon, solana, stellar, tezos, xrp.

networkstring required

Which network to target. Available networks can be found in the list of supported protocols or with /{protocol}.

Query parameters

assetsstring

Comma-separated list of asset paths to filter. If the list is empty or all elements are empty, this filter has no effect. Filtering by asset is applicable only for:

  • Balances endpoints: algorand, avalanche, bitcoincash, ethereum, litecoin, optimism, polygon, polkadot, solana
  • Transactions endpoints: algorand, avalanche, ethereum

Find all the asset paths on this page.

Request body

addressesstring[]

A list of addresses.

Response

Balances

AccountsBalances required

The accounts balances with account addressses as keys.