Real-time price data with cryptographic verification for StarkEx integrations
Open WebSocket Connection
Subscribe to Asset Pairs
Median price from spot markets across supported exchanges.
Format Example: BTC/USD
Field | Description |
---|---|
global_asset_id | Unique identifier for the asset encoded using the pair name |
median_price | The median price of the asset |
signature | Signature of the median price by the Pragma oracle |
signed_prices | Array of the prices used to compute the median price |
oracle_asset_id | Unique identifier encoded using the pair and publisher names |
oracle_price | Price provided by the oracle |
signing_key | Key used by the oracle to sign the price |
timestamp | Time when the price was recorded |
signature | Signature of the price by our publisher |