Real-time crypto price data. Updates arrive approximately once per second per feed, streamed directly over WebSocket. Subscribe withDocumentation Index
Fetch the complete documentation index at: https://polynode.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
"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
Always
"price_feed".Feed name (e.g.
"BTC/USD", "ETH/USD").Observation timestamp in Unix seconds.
Available feeds
| Feed | Update rate |
|---|---|
BTC/USD | ~1/second |
ETH/USD | ~1/second |
SOL/USD | ~1/second |
BNB/USD | ~1/second |
XRP/USD | ~1/second |
DOGE/USD | ~1/second |
HYPE/USD | ~1/second |
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.
