/
/Ergo Node API
DocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 2h ago · Updated 3w ago
blockchain16
  • getGet current indexed block height. (The indexer has processed all blocks up to this height.)
  • 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
  • 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 confirmed and unconfirmed balance of an address
blocks11
emission2
info1
inputs1
mining5
nipopow4
node1
outputs4
peers7
scan8
script5
transactions11
utils9
utxo8
wallet27
    blockchain

    Get a range of box ids

    get/blockchain/box/range

    Query parameters

    offsetinteger

    amount of elements to skip from the start

    limitinteger

    amount of elements to retrieve

    Response

    box ids in wanted range

    ModifierId[] required

    Array of box ids

    Example response

    [
      "3ab9da11fc216660e974842cc3b7705e62ebb9e0bf5ff78e53f9cd40abadd117"
    ]

    Changes