RSS3 Documentation

Retrieve the average of epochs APY

Retrieve the average Annual Percentage Yield (APY) for all epochs.

GET
/nta/epochs/apy
/nta/epochs/apy
curl -X GET "https://gi.rss3.io/nta/epochs/apy"

A successful response containing the average APY for all epochs.

{
  "data": "1.4665029316918649354"
}