Equivalent to SDK’sDocumentation Index
Fetch the complete documentation index at: https://developers.paxoslabs.com/llms.txt
Use this file to discover all available pages before exploring further.
getVaultAPY().
Endpoint
Query Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
filter | string | Yes | Filter expression — must include vaultAddress=0x... |
orderByTimestamp | string | No | Sort order: desc (newest first) or asc |
pageSize | int | No | Results per page (use 1 for latest only) |
Example Request
Response
Response Types
| Field | Type | Description |
|---|---|---|
vaultAddress | address | BoringVault address |
chainId | int | Chain ID |
apy | string | APY as a decimal string (e.g., "0.0523" = 5.23%) |
timestamp | string | ISO 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.