v1
latestOpenAPI 3.0.02026-07-26268286602.5 KBaddresses
Get native coin balance history for an address showing all balance changes
Retrieves historical native coin balance changes for a specific address, tracking how an address's balance has changed over time.
get/{chain_id}/api/v2/addresses/{address_hash_param}/coin-balance-history
Path parameters
address_hash_paramstring required
Address hash in the path
chain_idstring required
The ID of the blockchain
Query parameters
items_countinteger
Number of items per page
block_numberinteger
Block number for paging
Response
Historical coin balance changes for the specified address, with pagination.
Example response
{
"next_page_params": {
"block_number": 22546398
}
}