Substreams WebSockets service — stream decoded blocks, swaps & transfers in real time.
    Read-only preview
    You're browsing the public WebSockets reference. Sign in to open a live stream with your team's API key.
    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

    NameInTypeDescription
    streamsquerystringOne or more `<network>@<table>` selectors joined by `/`.

    Optional parameters

    NameInTypeDescription
    from_timestampquerystring
    filterquerystring

    Responses

    StatusContent-TypeDescription
    101Switching Protocols — WebSocket open
    400Invalid `streams` / filter / from_timestamp
    503max_clients reached