REST APIOrganizationOrganization Management

GET

List all trade orders for an organization.

Query Params

  • organizationId string required
  • enterpriseId string
  • accountId string
  • orderId string
  • dateGte string
  • dateLt string
  • status string enum
    canceledcompletederroropenpending_cancelpending_openscheduled
  • side string enum
    buysell
  • product string
  • limit string
    Maximum number of orders to return in this page

    matches ^\d+$

  • offset string
    Number of orders to skip before starting this page

    matches ^\d+$

Responses

200

Response Body

object

  • data array of objects required
    data object
    • id string required
    • accountId string required
    • clientOrderId string
    • time string required
    • creationDate string required
    • scheduledDate string
    • lastFillDate string
    • completionDate string required
    • settleDate string
    • type string required
    • fundingType string required

      ANY OF

      string enum

    • notes string
    • status string required

      ANY OF

      string enum

    • product string required
    • side string required

      ANY OF

      string enum

    • quantity string required
    • quantityCurrency string required
    • filledQuantity string required
    • filledQuoteQuantity string required
    • averagePrice string required
    • limitPrice string
    • initiatedByUserId string
    • canceledByUserId string nullable required
    • duration number
    • timeInForce string

      ANY OF

      string enum

  • nextOffset number
    Offset to use for the next page when the current page is full