---
title: "Get the Protocol Info"
method: GET
path: "/{protocol}/{network}"
tags: ["Protocol and Endpoint Support"]
---

# Get the Protocol Info

`GET /{protocol}/{network}`

Provides information about supported endpoints and generic protocol information.

## Path parameters

- `protocol` string, required
- `network` string, required

## Response `200`

Protocol overview

- ProtocolDetail
  - `handle` string — The protocol handle.
  - `network` string — The specified network type.
  - `genesis_number` integer — The genesis number.
  - `endpoints` string[] — The supported endpoints.

## Other responses

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

---

[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)
