Skip to main content
GET
/
api
/
v1
/
ika
/
validators
All validators
curl --request GET \
  --url https://backend.inkwell.finance/api/v1/ika/validators
{
  "epoch": 123,
  "hash": "<string>",
  "data": [
    {
      "id": "<string>",
      "name": "<string>",
      "status": "<string>",
      "totalStake": "<string>",
      "commissionRate": 123,
      "stakingRewards": "<string>",
      "withdrawingStake": "<string>",
      "claimableStake": "<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.

Query Parameters

hash
string

Previous response hash. If unchanged, returns 304.

Response

Validator list

epoch
integer
hash
string
data
object[]