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.

    WSCLEAR_FILTER

    Drop the filter for the listed selectors so every event flows again. params is an array of selectors; selectors without a filter are silently ignored.

    Request

    Request
    {
      "method": "CLEAR_FILTER",
      "params": [
        "solana@swaps"
      ],
      "id": 2
    }

    Reply

    Reply
    {
      "result": null,
      "id": 2
    }