/
/NBXplorer API
ChangesDocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 2h ago · Updated 2mo ago
Blockchain3
Derivations6
Events1
Fees1
Groups6
Transactions3
WebSocket1
  • 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

Add addresses to group

post/cryptos/{cryptoCode}/groups/{groupId}/addresses

Path parameters

cryptoCodestring required
groupIdstring required

Request body

string[] required

Response

Addresses added successfully

Changes