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.

    WSLIST_SUBSCRIPTIONS

    Return this connection's current subscription set. params is ignored. Order is preserved and wildcards come back verbatim (not expanded), while comma-list selectors are returned expanded to one entry per network.

    Request

    Request
    {
      "method": "LIST_SUBSCRIPTIONS",
      "id": 3
    }

    Reply

    Reply
    {
      "result": [
        "solana@swaps",
        "mainnet@*"
      ],
      "id": 3
    }