latestOpenAPI 3.1.02026-08-0837114837.8 KB
c099830c76a0
get-historical-bitcoin-balance-for-address
Commonly used to fetch the historical Bitcoin balance held by an address at a given block height or date. Response includes daily prices and other metadata.
get/v1/btc-mainnet/address/{walletAddress}/historical_balances/
Path parameters
walletAddressstring required
Only Bitcoin non-HD addresses are supported.
Query parameters
quote-currencystring
The currency to convert. Supports USD, CAD, EUR, SGD, INR, JPY, VND, CNY, KRW, RUB, TRY, NGN, ARS, AUD, CHF, and GBP.
block-heightinteger
Ending block to define a block range. Omitting this parameter defaults to the latest block height.
datestring
Ending date to define a block range (YYYY-MM-DD). Omitting this parameter defaults to the current date.
Response
Successful response