Bitcoin
Get Bitcoin balances for HD address
Fetch balances for each active child address derived from a Bitcoin HD wallet.
GET
/
v1
/
btc-mainnet
/
address
/
{walletAddress}
/
hd_wallets
/
Credit Cost: 0.1 per item.
Processing: Realtime
Processing: Realtime
Requests that return status 200 and no data cost 0.1 credits.
Path Parameters
walletAddress
string
requiredThe extended public key (xPub/yPub/zPub) of the HD wallet.
Query Parameters
quote-currency
string
The currency to convert the balance to. Supports USD
, CAD
, EUR
, etc.
Response
200 - application/json
address
string
The extended public key (xPub/yPub/zPub) or HD wallet address.
chain_id
integer
The requested chain ID eg: 20090103
.
chain_name
string
The requested chain name eg: btc-mainnet
.
quote_currency
string
The requested quote currency eg: USD
.
updated_at
string
The timestamp when the response was generated. Useful to show data staleness to users.
items
object[]
List of HD wallet balance items, each containing derived addresses and balances.