/
/Ergo Node API
DocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 2h ago · Updated 3w ago
blockchain21
  • getGet current indexed block height. (The indexer has processed all blocks up to this height.)
  • getGet an indexed block by its header ID.
  • postGet an array of indexed blocks by their header IDs.
  • getRetrieve a transaction by its id
  • getRetrieve a transaction by global index number
  • postRetrieve transactions by their associated address
  • getGet a range of transaction ids
  • getRetrieve a box by its id
  • getRetrieve a box by global index number
  • getRetrieve boxes by an associated token id
  • getRetrieve unspent boxes by an associated token id
  • postRetrieve boxes by their associated address
  • postRetrieve unspent boxes by their associated address
  • getRetrieve boxes by their contract template hash
  • getRetrieve unspent boxes by their contract template hash
  • getGet a range of box ids
  • postRetrieve boxes by their associated ergotree
  • postRetrieve unspent boxes by their associated ergotree
  • getRetrieve minting information about a token
  • postRetrieve minting information about a list of tokens
  • postRetrieve confirmed and unconfirmed balance of an address
blocks11
emission2
info1
inputs1
mining6
nipopow4
node1
outputs4
peers7
scan8
script5
transactions13
utils9
utxo8
wallet27
    blockchain

    Get current indexed block height. (The indexer has processed all blocks up to this height.)

    get/blockchain/indexedHeight

    Response

    height of the indexer and full height

    indexedHeightinteger

    number of blocks indexed

    fullHeightinteger

    number of all known blocks

    Changes