A List of Account Balances by an Address
| Time | Status | User Agent | |
|---|---|---|---|
| Make a request to see history. |
URL Expired
The URL for this request expired after 30 days.
Compute Unit Value: 10 (fixed)
Truncation Info
For responses that have big numbers (such as in transfer amounts from blockchain transactions), truncation might be applied from Javascript’s native JSON parser.
To avoid this behavior, we recommend using a library such as json-bigint or lossless-json
Supported Protocols & Networks
| Protocol | Network | Path Parameter |
|---|---|---|
| Algorand | Mainnet | algorand/mainnet |
| Avalanche | Mainnet-c | avalanche/mainnet-c |
| Testnet-c | avalanche/testnet-c |
|
| Bitcoin | Mainnet | bitcoin/mainnet |
| Testnet | bitcoin/testnet |
|
| Testnet4 | bitcoin/testnet4 |
|
| Bitcoincash | Mainnet | bitcoincash/mainnet |
| Testnet | bitcoincash/testnet |
|
| Dogecoin | Mainnet | dogecoin/mainnet |
| Testnet | dogecoin/testnet |
|
| Ethereum | Mainnet | ethereum/mainnet |
| Sepolia | ethereum/sepolia |
|
| Hoodi | ethereum/hoodi |
|
| Litecoin | Mainnet | litecoin/mainnet |
| Testnet | litecoin/testnet |
|
| Near | Mainnet | near/mainnet |
| Optimism | Mainnet | optimism/mainnet |
| Polkadot | Mainnet | polkadot/mainnet |
| Westend | polkadot/westend |
|
| Polygon | Mainnet | polygon/mainnet |
| Amoy | polygon/amoy |
|
| Solana | Mainnet | solana/mainnet |
| Testnet | solana/testnet |
|
| Devnet | solana/devnet |
|
| Stellar | Mainnet | stellar/mainnet |
| Testnet | stellar/testnet |
|
| Tron | Mainnet | tron/mainnet |
| Nile | tron/nile |
|
| XRP | Mainnet | xrp/mainnet |
| Testnet | xrp/testnet |
protocol
string
required
Defaults to bitcoin
Protocol handle, one of:
algorand, avalanche, bitcoin, bitcoincash, dogecoin, ethereum, litecoin, near, optimism, polkadot, polygon, solana, stellar, tezos, xrp.
network
string
required
Defaults to mainnet
Which network to target. Available networks can be found in the list of supported protocols or with /{protocol}.
address
string
required
Defaults to 1A1zP1eP5QGefi2DMPTfTL5SLmv7DivfNa
The account address of the protocol.
assets
string
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.
``200 Balances
``400 Bad request
``401 Invalid or expired token
``404 Not Found
``429 Rate limit exceeded
``500 An internal server error happened
``503 The resource you are trying to access is currently unavailable
Updated about 2 months ago
ShellGoJavaScriptPythonNode
Base URL
https://svc.blockdaemon.com/universal/v1/{protocol}/{network}/account/{address}
xxxxxxxxxx
curl --request GET \
--url https://svc.blockdaemon.com/universal/v1/bitcoin/mainnet/account/1A1zP1eP5QGefi2DMPTfTL5SLmv7DivfNa \
--header 'X-API-Key: ••••' \
--header 'accept: application/json'
application/json
200400401404429500``503
Updated about 2 months ago