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
| Field | Type | Description |
|---|---|---|
'event_type' | string |
|
'price' | decimal string | Price in USD at which trade event has occurred |
'amount' | decimal string | Amount in token denomination for which the trade has occurred. |
'side' | string |
|
'cause' | string |
|
'created_at' | integer | Timestamp in milliseconds of trade event |
last_order_id field (a sibling of data, error, and code — not a member of each trade object):
| Field | Type | Description |
|---|---|---|
'last_order_id' | integer | Exchange-wide nonce. Used to reliably determine exchange event ordering. Sequential and not subject to clock drift. |
- Status 400: Invalid request parameters
- Status 401: Unauthorized access
- Status 500: Internal server error