Last updated 1 year ago
GET https://illumigate.swivel.exchange/v1/pools/:address/apys?start=s&end=e
GET
https://illumigate.swivel.exchange/v1/pools/:address/apys?start=s&end=e
This endpoint allows you to request a list of pool raw APYs for the specified interval.
{ "address": "0xA7711623026dAcDfcB0471185C6E9331f50cabff", "start": "1673308600", "end": "1673395300", "rawApys": [ { "value": "0.000032123671905683", "created": "1673308800" }, { "value": "0.000002851707469372", "created": "1673395200" } ] }
address*
string
The pool address.
start*
The start of the interval in unix seconds.
end
The end of the interval in unix seconds.