Skip to main content
GET
/
api
/
v1
/
ika
/
exchange-rates
Historical exchange rates
curl --request GET \
  --url https://backend.inkwell.finance/api/v1/ika/exchange-rates
[
  {
    "epoch": 123,
    "ikaAmount": "<string>",
    "shareAmount": "<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

validator
string
required
fromEpoch
integer
required
toEpoch
integer
required

Response

200 - application/json

Exchange rate history

epoch
integer
ikaAmount
string
shareAmount
string