---
title: "Get list of supported protocols"
method: GET
path: "/services/bens/api/v1/protocols"
tags: ["MultichainDomains"]
---

# Get list of supported protocols

`GET /services/bens/api/v1/protocols`

## Query parameters

- `chain_id` string, int64

## Response `200`

A successful response.

- V1GetProtocolsResponse
  - `items` V1ProtocolInfo[]
    - `deployment_blockscout_base_url` string
    - `description` string
    - `docs_url` string
    - `icon_url` string
    - `id` string
    - `short_name` string
    - `title` string
    - `tld_list` string[]

## Other responses

- `default` — An unexpected error response.

---

[API](https://skmtc.net/blockscout/apis/blockscout-pro-api.md) · [All operations](https://skmtc.net/blockscout/apis/blockscout-pro-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/blockscout/blockscout-pro-api/revisions/59ac5466233b/schema)
