"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
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:type field ("settlement" vs "price_feed") to route them in your application.
