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

_Merkl API_

Get credit operations grouped by category with signed totals. All Auto-claim labels are bucketed together. SUBTRACT amounts count as negative, ADD as positive.

### 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/breakdowns" \
  -H "x-api-key: YOUR_API_KEY"
```