tastytrade · Example Payload

Risk Parameters Getaccountsaccountnumbermarginrequirementsunderlyingsymbolef

accounts

Risk Parameters Getaccountsaccountnumbermarginrequirementsunderlyingsymbolef 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": "getAccountsAccountNumberMarginRequirementsUnderlyingSymbolEffective",
  "method": "GET",
  "path": "/accounts/{account_number}/margin-requirements/{underlying_symbol}/effective",
  "summary": "Get effective margin requirements for account",
  "tags": [
    "accounts"
  ],
  "parameters": [
    {
      "name": "account_number",
      "in": "path",
      "required": true
    },
    {
      "name": "underlying_symbol",
      "in": "path",
      "required": true
    }
  ]
}