Skip to main content
GET
/
prices
/
stream
Initiate a WebSocket Stream for Real-Time Prices
curl --request GET \
  --url https://oracle-staging.chaoslabs.co/prices/stream \
  --header 'Authorization: <api-key>'
This response does not have an example.
Learn how to process real-time price streams in the Offchain Services Integration Guide.

Authorizations

Authorization
string
header
required

Query Parameters

feedIds
string
required

Comma-separated list of feed IDs to subscribe to.

Response

Switching Protocols - WebSocket connection established.

I