Token all-time-high price
Per-mint all-time high across every pair the mint has traded in. Computed continuously via a maxState(close) + argMaxState(timestamp, close) + argMaxState(pair_address, close) Aggregating MV over ohlcv_1d. ath_price_usd is the SOL ATH multiplied by the current Pyth SOL/USD price — it’s a today-equivalent USD value, not the USD price at the moment of the ATH.
Returns ath_price_sol: null (and the other ATH fields null) when the mint has no daily candles yet.
Authorizations
Preferred for swaps-api endpoints (/swaps/*, /stats/*, /trending, /pool-events).
Path Parameters
Response
ATH
Per-mint all-time high. All ATH fields are nullable — they're null when the mint has no daily candles in ohlcv_1d yet.
ATH close (SOL per token, decimals-adjusted).
ath_price_sol × current Pyth SOL/USD. Today-equivalent USD value, not the USD price at the moment of the ATH.
Unix epoch milliseconds when the ATH occurred.
Pair where the ATH candle was observed.
Unix epoch milliseconds.

