# GET /v4/opportunities/{id}/apr-records

_Merkl API_

Get historical APR records for an opportunity.

### Path parameters

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

### Query parameters

- `page` (string | number)
- `items` (string | number)
- `from` (number)
- `to` (number)
- `grain` (string | string | string | string)

## Example request

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