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/btc-usd
pyth / btc-usd
Latest public Pyth BTC/USD aggregate: price, confidence, and publish time.
Last seen
Source pyth/BTC/USD · Market
Schema
5 fields
stringnumbernumbernumberdatetimeSample row
JSON preview
{
"symbol": "Crypto.BTC/USD",
"price": 67840.5,
"conf": 12.4,
"expo": -8,
"publishTime": "2026-09-06T09:14:40Z"
}Query · milestone 18
curl -sS https://realiahq.xyz/api/v1/datasets/pyth-btc \
-H "Authorization: Bearer $REALIA_KEY"This route 404s with key required until API keys ship.