Skip to content
RealiaDesk

Datasets/btc-usd

pyth / btc-usd

Pyth BTC/USD tick

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

Last seen

Source pyth/BTC/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.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.