# GET /v4/protocols/{id}

_Merkl API_

Get a protocol by its ID or name using id path parameter. This endpoint searches by protocol ID first, then falls back to name.

### Path parameters

- `id` (string) _(required)_

## Example request

```bash
curl -X GET "https://api.merkl.xyz//v4/protocols/{id}" \
  -H "x-api-key: YOUR_API_KEY"
```