/
/NBXplorer API
ChangesDocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 28m ago · Updated 2mo ago
  • postTrack a derivation scheme
  • getGet a new unused address
  • postGenerate a wallet
  • postTrack an address
  • getGet balance of tracked derivation scheme
  • postBroadcast a transaction
  • getGet transaction details
  • getGet transactions for derivation scheme
  • getGet UTXOs of tracked derivation scheme
  • postRescan specific transactions
  • postUpdate Partially Signed Bitcoin Transaction
  • getHealth check endpoint
  • getConnect to websocket for notifications
  • getQuery event stream
  • getQuery event stream from most recent
  • postCreate a new empty group
  • getGet group information
  • postAdd children to a group
  • deleteRemove children from a group
  • postAdd addresses to group
  • getRetrieve metadata from a derivation scheme
  • postAttach metadata to a derivation scheme
  • deleteRemove metadata from a derivation scheme
  • getGet fee rate
  • getGet connection status to the chain
  • getGet scriptPubKey information of a Derivation Scheme
  • postScan UTXO Set
  • getGet UTXO scan status
  • postWipe derivation scheme transactions
  • postManual pruning

Get fee rate

get/cryptos/{cryptoCode}/fees/{blockCount}

Path parameters

cryptoCodestring required
blockCountinteger required

Response

Fee rate information

feeRatenumber
blockCountinteger

Changes