Skip to main content
GET
Peg signal for a single asset by mint

Path Parameters

mint
string
required

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.

anchor
enum<string>
required

USD | FX | NAV — how to read fair value without Pegana's taxonomy.

Available options:
USD,
FX,
NAV
calibration
enum<string>
required

provisional | calibrated. Always present.

Available options:
provisional,
calibrated
class
string
required
decimals
integer<int32>
required
mint
string
required

Canonical Solana mint — the join key each signal carries in the batch data[] array (index the array by this).

monitoring_only
boolean
required
name
string
required
peg_target
string
required
receipt_url
string
required

Human/agent verify pointer for this asset.

stale
boolean
required

True when updated_at is older than the 15-min freshness bound, or absent.

symbol
string
required
confidence
null | enum<string>

Pyth confidence bucket: high | medium | low | unknown. Omitted when no snapshot.

Available options:
high,
medium,
low,
unknown
discount
string | null

Signed discount fraction (serialized as a string).

discount_bps
number<double> | null

Convenience discount × 10000 as a number (consumer rounds). Raw.

intrinsic_usd
string | null
jitter_bps_24h
string | null
market_cap
string | null

Circulating market cap in USD (circulating supply × market price, mig 0065). Serialized as a decimal string; omitted when either factor is unavailable.

market_usd
string | null
risk_score
integer<int32> | null

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.

Required range: x >= 0
state
null | enum<string>

PEGGED..BLACK_SWAN | UNKNOWN. Omitted when there is no current snapshot.

Available options:
PEGGED,
DRIFT,
DEPEG,
CRITICAL,
BLACK_SWAN,
UNKNOWN
systemic
null | object

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.

updated_at
string | null

RFC3339 of the latest snapshot. Omitted when none.

worst_abs_24h
string | null