# GET /v4/creators/{creator}/opportunity/{opportunityId}/metrics

_Merkl API_

Returns opportunity metrics for a specific creator and opportunity combination

### Path parameters

- `creator` (string) _(required)_
- `opportunityId` (string) _(required)_

## Example request

```bash
curl -X GET "https://api.merkl.xyz//v4/creators/{creator}/opportunity/{opportunityId}/metrics" \
  -H "x-api-key: YOUR_API_KEY"
```