The default
chainlink subscription now delivers both the 30-second and
60-second TWAP streams. Add price_source: "spot" to select spot prices
explicitly. See Chainlink Spot and TWAP Prices for every
selection and its acknowledgement.Connection
Available feeds
Quick start
Connect and follow the default stream for all seven feeds:Filter to specific feeds
Only receive the feeds you care about:feeds to get all 7.
Select spot explicitly
Addprice_source: "spot" to receive spot prices instead of following the
default TWAP stream:
feeds to receive every available spot pair. Do not combine
price_source: "spot" with twap_windows.
Event format
Every price update arrives as aprice_feed event:
Combining with other streams
Crypto prices run on the same WebSocket connection as settlements, orderbook, and oracle streams. Send multiple subscribe messages:type field ("price_feed" vs "settlement") to route events.
REST Endpoints
In addition to the WebSocket stream, crypto data is available via REST. See the REST API reference for full details.
All endpoints require an API key via
?key= or x-api-key header.

