# GET /v4/creators/{creator}/distributed/over-time

_Merkl API_

Token distribution over time for a creator, bucketed and broken down per reward token (token amounts, not USD)

### Path parameters

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

### Query parameters

- `range` (string | string | string)

## Responses

- **200** Response for status 200

## Example request

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