Peg signal for a single asset by mint
Path Parameters
SPL mint address (base58) — the tokens.xyz join key.
Response
Peg signal for the asset
One asset's peg signal. A superset of the tokens.xyz contract subset; every
Option field is omitted (not null) when absent so a thin consumer can model
only what it needs.
USD | FX | NAV — how to read fair value without Pegana's taxonomy.
USD, FX, NAV provisional | calibrated. Always present.
provisional, calibrated Canonical Solana mint — the join key each signal carries in the batch
data[] array (index the array by this).
Human/agent verify pointer for this asset.
True when updated_at is older than the 15-min freshness bound, or absent.
Pyth confidence bucket: high | medium | low | unknown. Omitted when no snapshot.
high, medium, low, unknown Signed discount fraction (serialized as a string).
Convenience discount × 10000 as a number (consumer rounds). Raw.
Circulating market cap in USD (circulating supply × market price, mig 0065). Serialized as a decimal string; omitted when either factor is unavailable.
Composite peg-risk score, 0–100 (higher = riskier) — the single number a
consumer (e.g. tokens.xyz's risk block) can surface without Pegana's model.
Derived on /v1/assets (risk_score.rs); omitted when unavailable.
x >= 0PEGGED..BLACK_SWAN | UNKNOWN. Omitted when there is no current snapshot.
PEGGED, DRIFT, DEPEG, CRITICAL, BLACK_SWAN, UNKNOWN Sub-C systemic exposure: how much leverage rides on this token across Solana
lending markets, and how much liquidates at each depeg depth. An ADVISORY
model estimate (its own advisory_note) — namespaced here so it never blurs
the verifiable peg fields above. Omitted when the token carries no tracked leverage.
RFC3339 of the latest snapshot. Omitted when none.