API Docs

Current Version: v2.0.0

blocks

Returns the details of the block with the given hash.

Returns the details of the block at the given height.

Returns the details of the block header with the given hash.

Returns the details of the block header at the given height.

Returns basic details about the chain tip.

transactions

Returns the details of the transaction with the given txid.

blockchain

Returns the latest UTXO Set snapshot. Warning: This call can be very slow, depending on node hardware and index configurations.

addresses

Returns a summary of data pertaining to the given address. The output of this call will depend heavily on the configured 'Address API' (see .env-sample file). If an Address API is configured, transactions related to the given address will be returned (the below optional parameters apply to those transactions).
Optional parameters
limitNumber of transactions to return
offsetOffset into transactions
sortSorting direction for transactions ('desc'=new first, 'asc'=old first)

mempool

Returns a summary of Bitcoin Core's mempool (full output from 'getmempoolinfo')

admin

Returns the semantic version of the public API, which is maintained separate from the app version.