curl --request GET \
--url https://api.paxoslabs.com/v1/vaults/apy{
"apy": 12.5,
"error": null
}Returns the annual percentage yield (APY) for a given vault address over a specified lookback period.
curl --request GET \
--url https://api.paxoslabs.com/v1/vaults/apy{
"apy": 12.5,
"error": null
}The address of the vault.
"0x19e099B7aEd41FA52718D780dDA74678113C0b32"
Block number to calculate the APY at. Optional. Defaults to the latest block.
Number of days to look back for the APY calculation. Defaults to 7 if not provided.
7