Get algo orders history

Get current user algo orders filtered on attributes

Headers

AuthorizationstringRequired

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

sideenumOptional

Order side

Allowed values:
start_atintegerOptional

Start Time (unix time millisecond)

statusenumOptional

Order status

Allowed values:
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