Software

Get baker software

get

Returns a list of baker software.

Authorizations
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
api-key: YOUR_API_KEY
Accept: */*
200Success
[
  {
    "shortHash": "text",
    "firstLevel": 1,
    "firstTime": "2025-08-03T01:06:14.759Z",
    "lastLevel": 1,
    "lastTime": "2025-08-03T01:06:14.759Z",
    "blocksCount": 1,
    "extras": null,
    "metadata": null
  }
]

Get software count

get

Returns a number of software.

Authorizations
Responses
200Success
application/json
Responseinteger · int32
get
GET /v1/software/count HTTP/1.1
Host: xtz-index.nownodes.io
api-key: YOUR_API_KEY
Accept: */*
200Success
1