For the complete documentation index, see llms.txt. This page is also available as Markdown.

Activity Feed

Live event activity stream with subscribe and unsubscribe

Use this stream for live trades and position-related activity by event outcome.

Endpoint

wss://history-service.outpoll.com/history/ws

Authentication

No authentication required.

Message envelope

{
  "t": "<TYPE>",
  "e": "<EVENT_ID>",
  "o": "<OUTCOME_ID>",
  "d": { ... },
  "r": "<ERROR_MESSAGE>"
}
Field
Type
Description

t

string

Message type

e

string

Event ID

o

string

Outcome ID

d

object

Event payload

r

string

Error message

Subscribe

Unsubscribe

Common errors

Error
Cause

No outcome IDs provided

Subscribe without outcome IDs

Unknown message type

Unsupported t value

Python example

Last updated

Was this helpful?