Skip to content
RealiaDesk

Datasets/sol-usd

pyth / sol-usd

Pyth SOL/USD tick

Latest public Pyth SOL/USD aggregate: price, confidence, and publish time.

Last seen

Source pyth/SOL/USD · Market

Schema

5 fields

Columns

symbolstring
Pyth symbol
pricenumber
Aggregate price
confnumber
Confidence interval
exponumber
Price exponent
publishTimedatetime
Publisher time

Sample row

JSON preview

{
  "symbol": "Crypto.SOL/USD",
  "price": 148.22,
  "conf": 0.041,
  "expo": -8,
  "publishTime": "2026-09-06T09:14:40Z"
}

Query · milestone 18

curl -sS https://realiahq.xyz/api/v1/datasets/pyth-sol \
  -H "Authorization: Bearer $REALIA_KEY"

This route 404s with key required until API keys ship.