List trailing stop orders

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Headers

X-API-Keystring or nullOptional

Query parameters

statusstring or nullOptional

Response

Successful Response
computed_trigger_pricestringformat: "^(?!^[-+.]*$)[+-]?0*\d*\.?\d*$"
created_atdatetime
directionstring
idstringformat: "uuid"
market_idstringformat: "uuid"
order_kindenum
Order type enumeration.
order_quantitystringformat: "^(?!^[-+.]*$)[+-]?0*\d*\.?\d*$"
order_sideenum
Order side enumeration.
outcome_idstringformat: "uuid"
statusstring
tracked_pricestringformat: "^(?!^[-+.]*$)[+-]?0*\d*\.?\d*$"
updated_atdatetime
user_idstringformat: "uuid"
executed_order_idstring or nullformat: "uuid"
expires_atdatetime or null
failure_reasonstring or null
market_titlestring or null
order_pricestring or nullformat: "^(?!^[-+.]*$)[+-]?0*\d*\.?\d*$"
outcome_namestring or null
trail_amountstring or nullformat: "^(?!^[-+.]*$)[+-]?0*\d*\.?\d*$"
trail_percentagestring or nullformat: "^(?!^[-+.]*$)[+-]?0*\d*\.?\d*$"
triggered_atdatetime or null

Errors

401
Unauthorized Error
403
Forbidden Error
422
Unprocessable Entity Error
429
Too Many Requests Error
500
Internal Server Error