Deriv API
K

WebSocket Public Endpoint

GET
No auth

WebSocket endpoint for Options Trading public data that does not require authentication

Endpoint

GET
/trading/v1/options/ws/public

Base URL: https://api.derivws.com

Request & Response
View Raw

Status Codes

101

Switching Protocols - WebSocket connection established

400

Bad request

Error Responses

The API returns structured error responses with detailed information about what went wrong.

400
Bad request
{
  "errors": [
    {
      "status": 400,
      "code": "ValidationError",
      "message": "Invalid request"
    }
  ],
  "meta": {
    "endpoint": "/trading/v1/options/ws/public",
    "method": "GET",
    "timing": 10
  }
}

About ws_public

The ws_public endpoint websocket endpoint for options trading public data that does not require authentication

Click to open live chat support. Get instant help from our support team.