Skip to main content
GET
/
api
/
v1
/
ika
/
apy-history
APY history
curl --request GET \
  --url https://backend.inkwell.finance/api/v1/ika/apy-history
{
  "epoch": 123,
  "data": [
    {
      "validatorId": "<string>",
      "epoch": 123,
      "apy": 123
    }
  ]
}

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

validators
string
required

Comma-separated validator IDs

lookback
integer
required

Number of epochs to look back

since_epoch
integer

Only return entries newer than this epoch (for incremental polling)

Response

APY history

epoch
integer
data
object[]