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_FILTERS

    Return the active filters — a map of selector → filter for every selector that currently has one set. params is ignored.

    Request

    Request
    {
      "method": "LIST_FILTERS",
      "id": 4
    }

    Reply

    Reply
    {
      "result": {
        "solana@swaps": {
          "protocol": "raydium_cpmm"
        }
      },
      "id": 4
    }