Software

Get baker software

get

Returns a list of baker software.

Query parameters
selectone of | nullableOptional

Specify comma-separated list of fields to include into response or leave it undefined to return full object. If you select single field, response will be an array of values in both .fields and .values modes.

sortone of | nullableOptional

Sorts delegators by specified field. Supported fields: id (default), firstLevel, lastLevel, blocksCount.

offsetone of | nullableOptional

Specifies which or how many items should be skipped

limitinteger · int32 · max: 10000Optional

Maximum number of items to return

Default: 100
Responses
200Success
application/json
get
GET /v1/software HTTP/1.1
Host: xtz-index.nownodes.io
Accept: */*
200Success
[
  {
    "shortHash": "text",
    "firstLevel": 1,
    "firstTime": "2025-07-13T22:51:54.042Z",
    "lastLevel": 1,
    "lastTime": "2025-07-13T22:51:54.042Z",
    "blocksCount": 1,
    "extras": null,
    "metadata": null
  }
]