Delegators

Get account delegators

get

Returns a list of accounts delegated to the specified account.

Path parameters
addressstringRequired

Account address (starting with tz)

Query parameters
typeone of | nullableOptional

Filters delegators by type (user, delegate, contract, rollup, smart_rollup, ghost).

balanceone of | nullableOptional

Filters delegators by balance.

delegationLevelone of | nullableOptional

Number of items to skip

sortone of | nullableOptional

Sorts delegators by specified field. Supported fields: delegationLevel (default, desc), balance.

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/accounts/{address}/delegators HTTP/1.1
Host: xtz-index.nownodes.io
Accept: */*
200Success
[
  {
    "type": "text",
    "alias": "text",
    "address": "text",
    "balance": 1,
    "delegationLevel": 1,
    "delegationTime": "2025-07-14T02:22:56.841Z"
  }
]