Skip to main content
Real-time crypto price data. Updates arrive approximately once per second per feed, streamed directly over WebSocket. Subscribe with "type": "chainlink" to receive price feed events.
For the full guide including all 7 available feeds, filtering, and examples, see the Crypto Prices section.

Subscribing

With feed filter (only receive specific feeds):
Omit the feeds filter to receive all available price feeds.

Response

Price feed subscriptions do not include a snapshot. Events start arriving with the next price observation (~1 second).

Fields

string
required
Always "price_feed".
string
required
Feed name (e.g. "BTC/USD", "ETH/USD").
number
required
Observation timestamp in Unix seconds.
object
required

Available feeds

See Available Feeds for detailed per-feed documentation.

Dual subscription

Price feeds run on the same WebSocket connection as settlement subscriptions. Send both subscribe messages to receive both:
Events arrive interleaved. Use the type field ("settlement" vs "price_feed") to route them in your application.