tastytrade · Example Payload

Margin Requirements Createmarginaccountsaccountnumberdryrun

margin-requirements

Margin Requirements Createmarginaccountsaccountnumberdryrun 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": "createMarginAccountsAccountNumberDryRun",
  "method": "POST",
  "path": "/margin/accounts/{account_number}/dry-run",
  "summary": "Estimate margin requirements for an order given an account",
  "tags": [
    "margin-requirements"
  ],
  "parameters": [
    {
      "name": "account_number",
      "in": "path",
      "required": true
    },
    {
      "name": "order",
      "in": "body",
      "required": false
    }
  ]
}