Get recent trades for a market
| Field | Type | Description |
|---|---|---|
trade_id | string | Unique trade identifier |
timestamp | datetime | Time the trade was executed |
price | number | Trade price (0-100 probability scale) |
count | number | Number of contracts traded |
side | string | yes or no |
volume | number | Dollar volume |
| Status | Description |
|---|---|
| 404 | Market not found |