REST API
HTTP endpoints for stablecoin data on Tempo.
All endpoints are hosted at https://pelletfi.com/api/v1. Responses are JSON. CORS is open.
Every value returned here is an Open-Ledger Intelligence (OLI) measurement — read directly from the Tempo public ledger, never aggregated from off-chain oracles. See What is OLI? for the discipline, and Methodology for the exact formulas behind each field.
Two authentication modes:
- Free tier — unauthenticated. Basic reads (list stables, current peg, latest flows).
- MPP-paid — per-request micropayment in pathUSD. Deep analysis endpoints, flow history, editorial briefings. See Pricing.
- Pellet Pro — subscription. Unlimited access to all endpoints via API key in the
Authorization: Bearerheader.
Endpoints at a glance
| Endpoint | Tier | Description |
|---|---|---|
GET /v1/stablecoins | Free | List every TIP-20 stable on Tempo |
GET /v1/stablecoins/{address} | Free | Current peg, supply, and policy state |
GET /v1/stablecoins/{address}/analysis | MPP · $0.05 | Full editorial briefing |
GET /v1/stablecoins/flows | Free | Aggregate flow graph, 24h window |
GET /v1/stablecoins/flows/history | MPP · $0.02 | Historical flows, custom window |
See Stablecoins and Flows for full schemas.