Get recent trades for a market
Retrieve recent trading activity for a specific market.Documentation Index
Fetch the complete documentation index at: https://docs.dev.adjacent.markets/llms.txt
Use this file to discover all available pages before exploring further.
| 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 |