Skip to main content
GET
/
api
/
v1
/
ika
/
agent
/
validators
/
scored
Scored validators
curl --request GET \
  --url https://backend.inkwell.finance/api/v1/ika/agent/validators/scored \
  --header 'X-API-Key: <api-key>'
{
  "validators": [
    {
      "validatorId": "<string>",
      "name": "<string>",
      "score": 123,
      "apy": 123,
      "commissionRate": 123,
      "totalStake": "<string>"
    }
  ],
  "epoch": 123,
  "dataAgeSeconds": 123,
  "tierDetail": "<string>"
}

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

Query Parameters

validators
string

Comma-separated validator IDs to filter (bypasses tier filtering)

Example:

"0xabc...,0xdef..."

Response

Scored validator list

validators
object[]
epoch
integer | null
dataAgeSeconds
number
tierDetail
string