Skip to main content
GET
/
api
/
v1
/
ika
/
delegators
/
{validatorId}
Public delegators list
curl --request GET \
  --url https://backend.inkwell.finance/api/v1/ika/delegators/{validatorId}
{
  "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.

Path Parameters

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

Response

200 - application/json

Delegator list

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