Get Order History
Get order history by filters
GET
https://api.staging.dexilon.io/api/v1/orders/history
Weight: 10
Query Parameters
Name
Type
Description
symbol
String
Symbol name
type
Enum
Type of order: LIMIT, MARKET
side
Enum
Side of order: BUY, SELL
statuses
List<Enum>
Order statuses.
Example: PARTIALLY_EXECUTED, EXECUTED, CANCELED, LIQUIDATED
dateFrom
Date
dateTo
Date
page*
Integer
Number of page
size
Integer
Number of returned orders
Last updated