Skip to main content
GET
/
v1
/
stream
Real-time SSE event stream
curl --request GET \
  --url https://api.example.com/v1/stream
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>",
      "input": "<unknown>",
      "ctx": {}
    }
  ]
}

Query Parameters

events
string
default:""

Comma-separated event types: price_shift, whale_alert, analysis_complete

Response

Successful Response