Schema
5 fields
Columns
- symbol
string - Pyth symbol
- price
number - Aggregate price
- conf
number - Confidence interval
- expo
number - Price exponent
- publishTime
datetime - Publisher time
Datasets/sol-usd
pyth / sol-usd
Latest public Pyth SOL/USD aggregate: price, confidence, and publish time.
Last seen
Source pyth/SOL/USD · Market
Schema
5 fields
stringnumbernumbernumberdatetimeSample 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.