Streams
/stream
WebSocket upgrade (query mode) — Combined-streams form. Payloads always wrapped in {"stream":"...","data":...}.
GETWS
wss://ws.pinax.network/stream
This is a WebSocket upgrade route — a
GET that switches protocols (HTTP 101). Connect with a WebSocket client, not a plain HTTP request. Wire contract: SKILL.md.Required parameters
| Name | In | Type | Description |
|---|---|---|---|
streams | query | string | One or more `<network>@<table>` selectors joined by `/`. |
Optional parameters
| Name | In | Type | Description |
|---|---|---|---|
from_timestamp | query | string | — |
filter | query | string | — |
Responses
| Status | Content-Type | Description |
|---|---|---|
101 | — | Switching Protocols — WebSocket open |
400 | — | Invalid `streams` / filter / from_timestamp |
503 | — | max_clients reached |