/
/Ergo Node API
DocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 1h ago · Updated 3w ago
blockchain21
blocks11
  • getGet an array of header ids (hex encoded) for the given range of blockchain block heights. Returns a page of the whole list starting from `offset` and containing `limit` items.
  • postSend a mined block
  • getGet header ids at the given height
  • getGet headers in a specified range of heights
  • getGet the full block info by a given header id
  • postGet full blocks by given header ids
  • getGet the block header info by a given header id
  • getGet the block transactions info by a given signature
  • getGet Merkle proof for transaction
  • getGet the last headers objects
  • getGet the persistent modifier by its id
emission2
info1
inputs1
mining6
nipopow4
node1
outputs4
peers7
scan8
script5
transactions13
utils9
utxo8
wallet27
    blocks

    Get the persistent modifier by its id

    get/blocks/modifier/{modifierId}

    Path parameters

    modifierIdstring required

    ID of a wanted modifier

    Response

    Persistent modifier object

    Changes