Skip to main content
Equivalent to SDK’s getVaultAPY().

Endpoint

Query Parameters

ParameterTypeRequiredDescription
filterstringYesFilter expression — must include vaultAddress=0x...
orderByTimestampstringNoSort order: desc (newest first) or asc
pageSizeintNoResults per page (use 1 for latest only)

Example Request

Response

Response Types

FieldTypeDescription
vaultAddressaddressBoringVault address
chainIdintChain ID
apystringAPY as a decimal string (e.g., "0.0523" = 5.23%)
timestampstringISO 8601 timestamp of the APY measurement
The apy field is a decimal (e.g., 0.0523 = 5.23%). Multiply by 100 to display as a percentage.