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
methodology
string
required

Active methodology version (global), e.g. 0.4.0.

mint
string
required

Canonical Solana mint — also the data map key in the batch response.

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 as_of is older than the 15-min freshness bound, or absent.

symbol
string
required
as_of
string | null

RFC3339 of the latest snapshot (= updated_at). Omitted when none.

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_usd
string | null
state
null | enum<string>

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

Available options:
PEGGED,
DRIFT,
DEPEG,
CRITICAL,
BLACK_SWAN,
UNKNOWN
worst_abs_24h
string | null