Retrieve Orders

GET {{trading_url}}/orders/

Request Params

KeyDatatypeRequiredDescription
fromnullstring - filter by an ISO string starting date (optional)
tonullstring - filter by an ISO string ending date (optional)
isinnullstring - filter by instrument (optional)
sidenullstring - filter for "buy" or "sell" orders (optional)
statusnullstring - filter by status: "inactive", "in_progress", "executed", "expired", "activated", "canceled", "deactivated", "open", or "rejected" (optional)
typenullstring - filter by order type: "market", "stop", "limit", or "stop_limit" (optional)
key_creation_idnullstring - filter by specific API (optional)
limitnullint - pagination limit (optional)
pagenullint - results page (optional)