tastytrade · Example Payload

Orders Getaccountsaccountnumbercomplexorderslive

complex-orders

Orders Getaccountsaccountnumbercomplexorderslive is an example object payload from tastytrade, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationIdmethodpathsummarytagsparameters

Example Payload

Raw ↑
{
  "operationId": "getAccountsAccountNumberComplexOrdersLive",
  "method": "GET",
  "path": "/accounts/{account_number}/complex-orders/live",
  "summary": "Returns all Complex Orders where a compenent order was placed today",
  "tags": [
    "complex-orders"
  ],
  "parameters": [
    {
      "name": "account_number",
      "in": "path",
      "required": true
    }
  ]
}