Historical APY indexing
query sumAPY {
CoreVault_APY {
totalAPR
}
}totalAPR / 100Last updated
We are indexing historical APR. You can query this as follows:
API endpoint:
https://indexer.hyperindex.xyz/a7dd119/v1/graphql
Query:
query sumAPY {
CoreVault_APY {
totalAPR
}
}totalAPR has two decimals points, so display the APR as:
totalAPR / 100Last updated