Historical APY indexing

We are indexing historical APR. You can query this as follows: API endpoint: https://indexer.hyperindex.xyz/a7dd119/v1/graphqlarrow-up-right

Query:

query sumAPY {
   CoreVault_APY {
    totalAPR
  }
}

totalAPR has two decimals points, so display the APR as:

totalAPR / 100

Last updated