tastytrade trading-status API

Allows an API client to request information about the basic trade status of an account. \ This includes information about the strategies an account can trade.

Work with this as data

Every API here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for apis

7 MCP tools reach this
  • find_apisBrowse and filter every API in the catalog.
  • get_api_artifactsOne API's artifacts, grouped by type.
  • get_openapiThe primary OpenAPI for this API.
  • find_similar_apisAPIs that look like this one.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This API
curl "https://apis.io/api/v1/apis/tastytrade-trading-status-api"
All apis
curl "https://apis.io/api/v1/apis?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.

OpenAPI Specification

tastytrade-trading-status-api-openapi.yml Raw ↑
swagger: '2.0'
info:
  title: Account Status accounts trading-status API
  version: 7.1.0
  description: Operations about accounts
host: api.tastyworks.com
produces:
- application/json
tags:
- name: trading-status
  description: "Allows an API client to request information about the basic trade status of an account. \\\n                          This includes information about the strategies an account can trade."
paths:
  /accounts/{account_number}/trading-status:
    get:
      description: Returns current trading status for an account.
      produces:
      - application/json
      parameters:
      - in: path
        name: account_number
        type: integer
        format: int32
        required: true
      responses:
        '200':
          description: Returns current trading status for an account.
          schema:
            $ref: '#/definitions/TradingStatus'
      tags:
      - trading-status
      operationId: getAccountsAccountNumberTradingStatus
definitions:
  TradingStatus:
    type: object
    properties:
      id:
        description: ''
        type: integer
        format: int32
      account-number:
        description: ''
        type: string
      are-deep-itm-carry-options-enabled:
        description: ''
        type: boolean
      are-far-otm-net-options-restricted:
        description: ''
        type: boolean
      are-options-values-restricted-to-nlv:
        description: ''
        type: boolean
      are-single-tick-expiring-hedges-ignored:
        description: ''
        type: boolean
      autotrade-account-type:
        description: ''
        type: string
      clearing-account-number:
        description: ''
        type: string
      clearing-aggregation-identifier:
        description: ''
        type: string
      cmta-override:
        description: ''
        type: integer
        format: int32
      day-trade-count:
        description: ''
        type: integer
        format: int32
      enhanced-fraud-safeguards-enabled-at:
        description: ''
        type: string
        format: date-time
      equities-margin-calculation-type:
        description: ''
        type: string
      ext-crm-id:
        description: ''
        type: string
      fee-schedule-name:
        description: ''
        type: string
      futures-margin-rate-multiplier:
        description: ''
        type: number
        format: double
      has-intraday-equities-margin:
        description: ''
        type: boolean
      is-aggregated-at-clearing:
        description: ''
        type: boolean
      is-ascend-event-contracts-enabled:
        description: ''
        type: boolean
      is-closed:
        description: ''
        type: boolean
      is-closing-only:
        description: ''
        type: boolean
      is-cryptocurrency-closing-only:
        description: ''
        type: boolean
      is-cryptocurrency-enabled:
        description: ''
        type: boolean
      is-equity-offering-closing-only:
        description: ''
        type: boolean
      is-equity-offering-enabled:
        description: ''
        type: boolean
      is-frozen:
        description: ''
        type: boolean
      is-full-equity-margin-required:
        description: ''
        type: boolean
      is-futures-closing-only:
        description: ''
        type: boolean
      is-futures-enabled:
        description: ''
        type: boolean
      is-futures-intra-day-enabled:
        description: ''
        type: boolean
      is-in-day-trade-equity-maintenance-call:
        description: ''
        type: boolean
      is-in-margin-call:
        description: ''
        type: boolean
      is-non-retail:
        description: ''
        type: boolean
      is-pattern-day-trader:
        description: ''
        type: boolean
      is-portfolio-margin-enabled:
        description: ''
        type: boolean
      is-risk-reducing-only:
        description: ''
        type: boolean
      is-roll-the-day-forward-enabled:
        description: ''
        type: boolean
      is-small-notional-futures-intra-day-enabled:
        description: ''
        type: boolean
      options-level:
        description: ''
        type: string
      pdt-reset-on:
        description: ''
        type: string
        format: date
      short-calls-enabled:
        description: ''
        type: boolean
      small-notional-futures-margin-rate-multiplier:
        description: ''
        type: number
        format: double
      updated-at:
        description: ''
        type: string
        format: date-time
    description: TradingStatus model