Trade tape
Returns a paginated list of trades that have occurred on the exchange.
Default page size is 100, maximum is 1000.
The `side` field in the response indicates the taker side of the trade.
### Example
```http
GET /trades?market=BTC-USD-PERP&page_size=100
```
This endpoint supports cursor-based pagination for efficiently traversing large
result sets.