Pellet Docs

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: Bearer header.

Endpoints at a glance

EndpointTierDescription
GET /v1/stablecoinsFreeList every TIP-20 stable on Tempo
GET /v1/stablecoins/{address}FreeCurrent peg, supply, and policy state
GET /v1/stablecoins/{address}/analysisMPP · $0.05Full editorial briefing
GET /v1/stablecoins/flowsFreeAggregate flow graph, 24h window
GET /v1/stablecoins/flows/historyMPP · $0.02Historical flows, custom window

See Stablecoins and Flows for full schemas.