Get algo order by id

GET

Get an algo order by id. Only return algo order in OPEN or NEW status.

Path parameters

algo_idstringRequired

Algo ID

Response

OK

accountstringOptional

Account identifier (user’s account address)

algo_type"" or "TWAP"Optional
Allowed values: TWAP

Algo type

avg_fill_pricestringOptional

Average fill price of the order

cancel_reasonstringOptional

Reason for algo cancellation if it was closed by cancel

created_atintegerOptional

Algo creation time

end_atintegerOptional

Algo end time

idstringOptional

Unique algo identifier

last_updated_atintegerOptional

Algo last update time. No changes once status=CLOSED

marketstringOptional

Market to which algo belongs

remaining_sizestringOptional

Remaining size of the algo

side"BUY" or "SELL"Optional
Allowed values: BUYSELL

Algo side

sizestringOptional

Algo size

statusenumOptional
Allowed values: NEWUNTRIGGEREDOPENCLOSED

Algo status

Errors