Get Raw Pool APYs
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.
Path Parameters
Name | Type | Description |
---|---|---|
address* | string | The pool address. |
Query Parameters
Name | Type | Description |
---|---|---|
start* | string | The start of the interval in unix seconds. |
end | string | The end of the interval in unix seconds. |
Last updated