Machine-native market data
Solana LST Peg Health
Pay-per-query peg health for JitoSOL and INF. Built for agents. Explicit integrity labels. Always-on cloud runtime.
$0.01 USDC / query
x402 mainnet
data_freshness
This page is for humans. Agents should call the API routes below — not scrape this HTML.
What you get
- Market vs Sanctum redemption basis
- 7-day peg drift trend
- Meteora pool stats
- Kamino borrow / carry
data_freshnessstatus per source
Integrity posture
- Always serves last-good mirrored data
- Labels fresh / stale / degraded / missing / live
- fresh ≤ 36h · stale ≤ 72h · degraded > 72h
- Clients decide whether to trust the payload
Endpoints
GET /v1/lst-health/info— metadata + freshness (free)GET /v1/lst-health/free— free-tier sample payloadGET /v1/lst-health— paid via x402 ($0.01 USDC)GET /health— operator healthGET /mcp/tools— MCP tool descriptor
curl -s https://lst-health.naber-research.com/v1/lst-health/info | jq . # paid (x402-capable client): pay curl https://lst-health.naber-research.com/v1/lst-health
Payment
MCP client config
{
"mcpServers": {
"solana-lst-peg-health": {
"type": "http",
"url": "https://lst-health.naber-research.com"
}
}
}