curl --request POST \
--url https://api.allium.so/api/v1/developer/wallet/balances \
--header 'Content-Type: application/json' \
--header 'X-API-KEY: <api-key>' \
--data '
[
{
"chain": "<string>",
"address": "<string>"
}
]
'{
"items": [
{
"chain": "<string>",
"address": "<string>",
"token": {
"chain": "<string>",
"address": "<string>",
"object": "token",
"type": "native",
"price": 123,
"decimals": 123,
"info": {
"name": "<string>",
"symbol": "<string>"
},
"attributes": {
"total_liquidity_usd": {
"amount": 123,
"details": "<string>"
},
"price_diff_1d": 123,
"price_diff_pct_1d": 123,
"price_diff_1h": 123,
"price_diff_pct_1h": 123,
"total_supply": 123,
"fully_diluted_valuation_usd": 123,
"volume_1h": 123,
"volume_1d": 123,
"volume_usd_1h": 123,
"volume_usd_1d": 123,
"volume_24h": 123,
"volume_usd_24h": 123,
"trade_count_1h": 123,
"trade_count_1d": 123,
"all_time_high": 123,
"all_time_low": 123,
"image_url": "<string>",
"token_creation_time": "2023-11-07T05:31:56Z",
"holders_count": 123
}
},
"raw_balance": 123,
"raw_balance_str": "<string>",
"block_timestamp": "2023-11-07T05:31:56Z",
"block_number": 123,
"block_hash": "<string>"
}
],
"cursor": "<string>"
}Get the latest balances for a list of wallets.
curl --request POST \
--url https://api.allium.so/api/v1/developer/wallet/balances \
--header 'Content-Type: application/json' \
--header 'X-API-KEY: <api-key>' \
--data '
[
{
"chain": "<string>",
"address": "<string>"
}
]
'{
"items": [
{
"chain": "<string>",
"address": "<string>",
"token": {
"chain": "<string>",
"address": "<string>",
"object": "token",
"type": "native",
"price": 123,
"decimals": 123,
"info": {
"name": "<string>",
"symbol": "<string>"
},
"attributes": {
"total_liquidity_usd": {
"amount": 123,
"details": "<string>"
},
"price_diff_1d": 123,
"price_diff_pct_1d": 123,
"price_diff_1h": 123,
"price_diff_pct_1h": 123,
"total_supply": 123,
"fully_diluted_valuation_usd": 123,
"volume_1h": 123,
"volume_1d": 123,
"volume_usd_1h": 123,
"volume_usd_1d": 123,
"volume_24h": 123,
"volume_usd_24h": 123,
"trade_count_1h": 123,
"trade_count_1d": 123,
"all_time_high": 123,
"all_time_low": 123,
"image_url": "<string>",
"token_creation_time": "2023-11-07T05:31:56Z",
"holders_count": 123
}
},
"raw_balance": 123,
"raw_balance_str": "<string>",
"block_timestamp": "2023-11-07T05:31:56Z",
"block_number": 123,
"block_hash": "<string>"
}
],
"cursor": "<string>"
}Successful Response
Show child attributes
Show child attributes
"token"native, evm_erc20, evm_erc721, evm_erc1155, sol_spl, sui_token, near_nep141 Show child attributes
Was this page helpful?