Bitcoin — Blockbook API methods (2/2)
API reference for Bitcoin. All methods ->
Part 2 of 2: 1 · 2
Blockbook API methods
Blockbook API v.1 REST
GET /api/v1/block-index/<block height>
GET /api/v1/tx/<txid>
GET /api/v1/address/<address>
GET /api/v1/utxo/<address>
GET /api/v1/block/<block height | block hash>
GET /api/v1/estimatefee/<number of blocks>
GET /api/v1/sendtx/<hex tx data>
POST /api/v1/sendtx/ (hex tx data in request body)