Rights

Get rights

get

Returns a list of rights.

Query parameters
typeone of | nullableOptional

Filters rights by type (baking, endorsing)

bakerone of | nullableOptional

Filters rights by baker

cycleone of | nullableOptional

Filters rights by cycle

levelone of | nullableOptional

Filters rights by level

slotsone of | nullableOptional

Filters rights by slots

roundone of | nullableOptional

Filters rights by round

priorityone of | nullableOptional

[DEPRECATED]

statusone of | nullableOptional

Filters rights by status (future, realized, missed)

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 rights by specified field. Supported fields: level (default).

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/rights HTTP/1.1
Host: xtz-index.nownodes.io
Accept: */*
200Success
[
  {
    "type": "text",
    "cycle": 1,
    "level": 1,
    "timestamp": "2025-07-18T07:33:00.748Z",
    "round": 1,
    "slots": 1,
    "baker": {
      "alias": "text",
      "address": "text"
    },
    "status": "text",
    "priority": 1
  }
]