- Sanctum for
sol-liquid-stake(raSOL). - thevalidators.io for
sol-native-stake(Hubra validator). - rasol-max daily-cron snapshot for
sol-leveraged-stake(per-epoch points; the same series the leverage page’s bar chart shows). - Voltr for
usdc-earn.
sol-leveraged-stake only writes one row per epoch (~12 points retained), and the upstream doesn’t slice into 1M / 3M / 6M windows the way Sanctum and thevalidators.io do — the same series is returned under every range so the response shape stays consistent across strategies.
Request
Response
The number of points returned depends on the range and the upstream’s resolution.
"All" returns the full series the upstream provides.
Errors
Example invalid range:
When to call
- Rendering a chart to the user.
- Computing rolling averages or comparing strategies.
- Auditing performance of a position over time.
GET /api/v1/strategies/{key} instead — it is a single round-trip and always fresh.