tastytrade · Example Payload

Orders Postaccountsaccountnumbercomplexordersdryrun

complex-orders

Orders Postaccountsaccountnumbercomplexordersdryrun 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": "postAccountsAccountNumberComplexOrdersDryRun",
  "method": "POST",
  "path": "/accounts/{account_number}/complex-orders/dry-run",
  "summary": "Performs a dry-run for a new ComplexOrder from supplied params. Allows validation of potential orders.",
  "tags": [
    "complex-orders"
  ],
  "parameters": [
    {
      "name": "account_number",
      "in": "path",
      "required": true
    },
    {
      "name": "postAccountsAccountNumberComplexOrdersDryRun",
      "in": "body",
      "required": true
    }
  ]
}