---
title: "List Supported Protocols and Networks"
method: GET
path: "/streaming/v2/"
tags: ["overview"]
---

# List Supported Protocols and Networks

`GET /streaming/v2/`

Returns all supported protocols and networks with event matching details.

## Query parameters

- `protocol` string
- `network` string

## Response `200`

Protocol overview response

- ProtocolOverviewInfo[]
  - `protocol` string, required
  - `network` string, required
  - `antlr_supported` boolean, required
  - `match_variable_supported` boolean, required
  - `match_variable_types` InfoMatchVarType[], required
    - `variable_type` string, required
    - `source` string, required

## Other responses

- `400` — Returned when filtering on an unsupported protocol or network
- `default` — Unexpected error

---

[API](https://skmtc.dev/blockdaemon/apis/staking-api.md) · [All operations](https://skmtc.dev/blockdaemon/apis/staking-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/blockdaemon/staking-api/revisions/f94e296a08a3/schema)
