GET api/v2/trades
General information about endpoints
Information | Description |
---|---|
Description | Lists trades with optional filters. |
Route |
|
Permissions | Private |
Request Parameters:
Parameter | Type | Required | Description |
---|---|---|---|
market | string | Required | Market identifier |
side | string | Optional | Trade direction |
asset | string | Optional | Asset identifier |
from | string | Optional | Filter by start date |
to | string | Optional | Filter by end date |
page | integer | Optional | Pagination page |
per_page | integer | Optional | Number of items per page |
sort | string | Optional | Sort order ( |
sort_by | string | Optional | Sort by specified field |