GET /trades when you want execution-level records only.
Endpoint
GET /trades
Request shape
| Parameter | Required | Notes |
|---|---|---|
exchange | Yes | Exchange ID |
asset | Yes | Normalized asset or instrument ID |
limit | No | Page size |
cursor | No | Opaque pagination token |
from | No | Explicit start time; usually requires bearer auth |
to | No | Explicit end time; usually requires bearer auth |
Access behavior
| Mode | Behavior |
|---|---|
| No API key | Limited to the latest 6 hours |
| With API key | Supports broader historical queries and custom time bounds |
Example
Response pattern
Next steps
- Read Trades to understand the normalized trade payload.
- Read Authentication if you need explicit historical bounds.
- Read Events API if you need more than just executions.