Organization Management

List org trade orders

List all trade orders for an organization.

get/api/org/orders

Query parameters

organizationIdstring required
enterpriseIdstring
accountIdstring
orderIdstring
dateGtestring
dateLtstring
status'canceled' | 'completed' | 'error' | 'open' | 'pending_cancel' | 'pending_open' | 'scheduled'
side'buy' | 'sell'
productstring
limitstring

Maximum number of orders to return in this page

Maximum number of orders to return in this page

offsetstring

Number of orders to skip before starting this page

Number of orders to skip before starting this page

Response

nextOffsetnumber

Offset to use for the next page when the current page is full

Changes