tastytrade · Example Payload

Margin Requirements Getmarginaccountsaccountnumberrequirements

margin-requirements

Margin Requirements Getmarginaccountsaccountnumberrequirements 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": "getMarginAccountsAccountNumberRequirements",
  "method": "GET",
  "path": "/margin/accounts/{account_number}/requirements",
  "summary": "Fetch current margin/captial requirements report for an account",
  "tags": [
    "margin-requirements"
  ],
  "parameters": [
    {
      "name": "account_number",
      "in": "path",
      "required": true
    }
  ]
}