---
title: "List supported protocols and networks"
method: GET
path: "/native/v1/protocols"
---

# List supported protocols and networks

`GET /native/v1/protocols`

Returns a list of all blockchain protocols and their supported networks available through the RPC API.

## Response `200`

Protocol inventory response

- object
  - `data` object[], required
    - `protocol` string, required — Protocol name
    - `networks` string[], required — Networks supported by the protocol
  - `requestId` string, required — Unique request identifier for tracing

## Other responses

- `401` — Invalid or expired token
- `429` — Rate limit exceeded
- `500` — An internal server error happened
- `503` — The resource you are trying to access is currently unavailable

---

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