Skip to main content
GET
/
ramp
/
ws
Connect to the live update stream
curl --request GET \
  --url https://api.etherfuse.com/ramp/ws \
  --header 'Authorization: <api-key>'

Authorizations

Authorization
string
header
required

API key sent in the Authorization header.

Query Parameters

token
string
required

Single-use, org-scoped token from POST /ramp/ws-api-token. Expires in 30 seconds.

Response

Switching Protocols: the connection is upgraded to a WebSocket and streams order_updated events.