# GET /v4/credits/{creatorId}/operations/count

_Merkl API_

Get the number of credit operations for a creator, optionally filtered by type

### Path parameters

- `creatorId` (string) _(required)_

### Query parameters

- `type` (string | string)
- `category` (string | string | string | string | string)

## Example request

```bash
curl -X GET "https://api.merkl.xyz//v4/credits/{creatorId}/operations/count" \
  -H "x-api-key: YOUR_API_KEY"
```