reserve
Reserve breakdown by type
Returns total value (USD cents), per-type value sums, value-weighted average APY per type, and each type’s allocation as a percent of the total. Uses the same optional filters as the list endpoint.
get/reserves/breakdown
Query parameters
type1 | 2 | 3
When set, only reserves of this type are included in totals
startDatestring date-time
Example:2026-01-01T00:00:00.000Z
Same as list reserves: reserve.endDate must be on or after this instant
endDatestring date-time
Example:2026-12-31T23:59:59.999Z
Same as list reserves: reserve.startDate must be on or before this instant
Response
Aggregated reserve metrics
Example response
{
"totalValueUsdCents": "57792500000",
"byReserveType": [
{
"valueUsdCents": "56012500000",
"allocationPercent": 36.5,
"apyPercent": 3.75
}
]
}