Get algo orders history

GET

Get current user algo orders filtered on attributes

Query parameters

client_idstringOptional

Unique ID of client generating the order

cursorstringOptional

Returns the ‘next’ paginated page.

end_atintegerOptional

End Time (unix time millisecond)

marketstringOptional

Market for the order

page_sizeintegerOptional>=1<=5000Defaults to 100

Limit the number of responses in the page

side"BUY" or "SELL"Optional

Order side

Allowed values: BUYSELL
start_atintegerOptional

Start Time (unix time millisecond)

statusenumOptional

Order status

Allowed values: OPENCLOSEDNEW
typeenumOptional

Order type

Response

OK

nextstringOptional

The pointer to fetch next set of records (null if there are no records left)

prevstringOptional

The pointer to fetch previous set of records (null if there are no records left)

resultslist of objectsOptional

List of Algo orders responses

Errors