Skip to main content
GET
/
api
/
v1
/
ika
/
agent
/
delegators
/
{validatorId}
Get delegators for a validator
curl --request GET \
  --url https://backend.inkwell.finance/api/v1/ika/agent/delegators/{validatorId} \
  --header 'X-API-Key: <api-key>'
{
  "validatorId": "<string>",
  "delegators": [
    {}
  ],
  "count": 123,
  "dataAgeSeconds": 123,
  "syncing": true
}

Documentation Index

Fetch the complete documentation index at: https://docs.inkwell.finance/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

X-API-Key
string
header
required

Agent API key obtained via self-registration or admin registration

Path Parameters

validatorId
string
required

Sui address of the validator

Pattern: ^0x[a-f0-9]{64}$

Response

Delegator list

validatorId
string
delegators
object[]
count
integer
dataAgeSeconds
number
syncing
boolean