Query Parameters
| Field | Type | Need | Description | Example |
|---|---|---|---|---|
”symbol” | string | optional | Trading pair symbol. If omitted, returns recent trades across all markets. | BTC |
Response
- Status 200: Successfully retrieved recent trades
The response also includes a top-level
last_order_id field (a sibling of data, error, and code — not a member of each trade object):
- Status 400: Invalid request parameters
- Status 401: Unauthorized access
- Status 500: Internal server error