/
/Blockbook API
DocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 2h ago · Updated 3w ago
Accounts4
  • getGet address/account details.
  • getGet XPUB or descriptor account details.
  • getGet UTXOs for an address, XPUB, or descriptor.
  • getGet account balance history.
Blocks4
  • getGet a block hash by height.
  • getGet a block by height or hash.
  • getGet raw block hex.
  • getGet compact block filters.
Contracts1
  • getGet contract metadata.
Fees2
  • getEstimate a fee target.
  • getGet fee statistics for a block.
Fiat3
  • getGet current or historical fiat rates.
  • getGet fiat rates for multiple timestamps.
  • getGet currencies available for a timestamp.
Legacy8
  • getLegacy get block hash by height.
  • getLegacy get transaction.
  • getLegacy get address.
  • getLegacy get address UTXOs.
  • getLegacy get block by height or hash.
  • getLegacy estimate fee target.
  • getLegacy broadcast transaction using the path.
  • postLegacy broadcast transaction using the request body.
Status2
  • getGet Blockbook and backend status.
  • getGet status from the API index handler.
Transactions5
  • getGet a normalized transaction.
  • getGet blockchain-specific transaction JSON.
  • getGet raw transaction hex.
  • getBroadcast a raw transaction using the path.
  • postBroadcast a raw transaction using the request body.
WebSocket1
  • getWebSocket upgrade endpoint.
    Status

    Get Blockbook and backend status.

    Returns Blockbook sync state and connected backend metadata.

    Load estimate: Low; constant-size status metadata.

    get/api/status

    Response

    Current Blockbook and backend status.

    Changes