Bitcoin Custom Methods

📘

See the Bitcoin RPC API connection guide.

blockdaemon

MethodNotesCompute Unit Value
bd_getbalancesReturns confirmed and pending balances for multiple addresses.5
bd_getbalanceReturns an address balance at the latest height, a specified height, or with mempool transactions.5
bd_getbalanceatheightReturns an address balance at a specified block height.5
bd_listunspentReturns unspent transaction outputs for an address.5
bd_listtransactionsReturns transactions for an address within a specified block range.10
bd_getblockheaderbydateReturns block-header information for a specified date.5
bd_getblockbyheightReturns block information for a specified block height.10
bd_getspendingtxReturns the transaction that spent a specified transaction output.5
bd_gettxcountReturns a transaction count for the requested scope.5
bd_statsReturns Blockdaemon service statistics for the requested scope.10