Get the historical balances for a list of wallets.
Max number of items returned. Default is 1000.
Cursor to request the next page of results.
List of wallet chain+address pairs and a start and end timestamp to fetch historical balances for.
Successful Response
Historical balance entries
{
"address": "125Z6k4ZAxsgdG7JxrKZpwbcS1rxqpAeqM9GSCKd66Wp",
"block_hash": "GrW5zBwRrfTvLtdJHog7rUMcCPQ9K9AYrMKxDhfuD59A",
"block_slot": 387297060,
"block_timestamp": "2025-12-17T11:49:10Z",
"chain": "solana",
"raw_balance": 2985840,
"raw_balance_str": "2985840",
"token": {
"address": "So11111111111111111111111111111111111111111",
"chain": "solana",
"decimals": 9,
"object": "token",
"type": "sol_spl"
},
"txn_id": "3dzNgD7ksFoZPeeA14rNN3qxvo5WxsDjTE9VVPj8yLm7y6svTatyrbVTmkJPJErSmhbKLVmJFto1oQsCSVbSeDUT",
"txn_index": 714
}Pagination cursor for next page