/
/Ergo Node API
DocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 1h ago · Updated 2w ago
blockchain19
blocks11
emission2
info1
inputs1
mining5
nipopow4
node1
outputs4
peers7
scan8
script5
transactions13
utils9
utxo8
  • postGet serialized batch proof for given set of boxes
  • getGet box contents for a box by a unique identifier.
  • getGet serialized box from UTXO pool in Base16 encoding by an identifier.
  • getGet box contents for a box by a unique identifier, from UTXO set and also the mempool.
  • postGet boxes for ids provided, from UTXO or the mempool.
  • getGet serialized box in Base16 encoding by an identifier, considering also the mempool.
  • getGet information about locally stored UTXO snapshots
  • getGet genesis boxes (boxes existed before the very first block)
wallet27
    utxo

    Get information about locally stored UTXO snapshots

    get/utxo/getSnapshotsInfo

    Response

    A list of saved snapshots

    Changes