/
/NBXplorer API
DocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 42m ago · Updated 2mo ago
Blockchain3
Derivations6
Events1
Fees1
Groups6
Transactions3
WebSocket1
  • getWebSocket connection for events
  • getIs tracked?
  • postTrack an address
  • getGet balance of tracked derivation scheme
  • postUpdate Partially Signed Bitcoin Transaction
  • getHealth check endpoint
  • getQuery event stream from most recent
  • postCreate a new empty group
  • postAdd addresses to group
  • getRetrieve metadata from a derivation scheme
  • postAttach metadata to a derivation scheme
  • deleteRemove metadata from a derivation scheme
  • getGet scriptPubKey information of a Derivation Scheme
  • postScan UTXO Set
  • getGet UTXO scan status
  • postWipe derivation scheme transactions
  • postManual pruning
WebSocket

WebSocket connection for events

Establishes a WebSocket connection to receive real-time events for the specified cryptocurrency.

get/cryptos/{cryptoCode}/connect

Path parameters

cryptoCodestring required

The cryptocurrency code (e.g., 'BTC').

Changes