Skip to main content
WSS
Auth
type:object

Authenticate with a JWT bearer token.

AuthApiKey
type:object

Authenticate with an API key (Ed25519).

Sign: EKIDEN_WS|AUTH|{timestamp_ms}|{nonce}

Subscribe
type:object

Subscribe to one or more topics.

Unsubscribe
type:object

Unsubscribe from topics. Mirrors subscribe args.

Ping
type:object

Keepalive probe. Server echoes ts in pong.

Auth
type:object

Auth success/failure response.

Subscribed
type:object

Subscription acknowledgement listing active topics.

Unsubscribed
type:object

Unsubscribe acknowledgement.

Pong
type:object

Ping response. Echoes client ts when provided.

Error
type:object

Error frame with human-readable message. May include req_id.

Event
type:object

Streaming payload for a subscribed topic.

Includes server_ts_ms, topic, and data.