Returns the historical satoshi balances, itemized by block and including USD price.
Project API Key
Bitcoin address or hex encoded script pubkey
The order in which the results are sorted. Supported values: asc, desc
asc
, desc
The max number of results per page
x >= 0
Return only blocks included on or after a specific height or timestamps. If this parameter is not provided, the starting point will be the first block where the address has seen its balance increase or decrease.
x >= 0
Return only blocks included on or before a specific height or timestamp
x >= 0
Pagination cursor string, use the cursor included in a page of results to fetch the next page
Whether the from and to integer query params should be read as timestamps or as block heights. True (the default) means from and to params should be read as block heights.
Requested data
The response is of type object
.