How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

tastytrade orders API

Allows an API client to view, filter, create, cancel and replace orders.

tastytrade orders API is one of 29 APIs that tastytrade publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Order. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, a JSON-LD context, authentication docs, a getting-started guide, and rate-limit docs.

This API exposes 11 operations across 7 paths, and defines 7 schemas. It is described by OpenAPI 3.2.0, at version 7.1.0.

Requests are made against a single base URL, https://api.tastyworks.com.

11 operations 7 paths 7 schemas 1 DELETE5 GET1 PATCH3 POST1 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.2.0
API Version
7.1.0
Base URL
https://api.tastyworks.com
Resource Areas
1

Paths & Operations 11

Across 7 paths, the API surfaces 11 operations — 1 DELETE, 5 GET, 1 PATCH, 3 POST, 1 PUT. Each is listed below with its method, path, parameters, and response codes.

orders 11

Allows an API client to view, filter, create, cancel and replace orders.

GET
/accounts/{account_number}/orders
Returns a paginated list of the customer's orders (as identified by the provided authentication token) based on sort param. If no sort is passed in, it defaults to descending order.
getAccountsAccountNumberOrders 12 params → 200
POST
/accounts/{account_number}/orders
Accepts a json document containing parameters to create an order for the client.
postAccountsAccountNumberOrders 1 param body → 201
POST
/accounts/{account_number}/orders/dry-run
Accepts a json document containing parameters to create an order and \ then runs the prefights without placing the order.
postAccountsAccountNumberOrdersDryRun 1 param body → 201
GET
/accounts/{account_number}/orders/live
Returns a list of orders from the current trading day. Includes all statuses, not only Live.
getAccountsAccountNumberOrdersLive 3 params → 200
GET
/accounts/{account_number}/orders/{id}
Returns a single order based on the id
getAccountsAccountNumberOrdersId 2 params → 200
PUT
/accounts/{account_number}/orders/{id}
Replaces a live order with a new one. Subsequent fills of the original order will abort the replacement.
putAccountsAccountNumberOrdersId 2 params body → 200
PATCH
/accounts/{account_number}/orders/{id}
Edit price and execution properties of a live order by replacement. Subsequent fills of the original order will abort the replacement.
patchAccountsAccountNumberOrdersId 2 params body → 200
DELETE
/accounts/{account_number}/orders/{id}
Requests order cancellation
deleteAccountsAccountNumberOrdersId 2 params → 200
POST
/accounts/{account_number}/orders/{id}/dry-run
Runs through preflights for cancel-replace and edit without routing
postAccountsAccountNumberOrdersIdDryRun 2 params body → 201
GET
/customers/{customer_id}/orders
Returns a paginated list of the customer's orders (as identified by the provided authentication token) based on sort param. If no sort is passed in, it defaults to descending order.
getCustomersCustomerIdOrders 13 params → 200
GET
/customers/{customer_id}/orders/live
Returns a list of orders from the current trading day. Includes all statuses, not only Live.
getCustomersCustomerIdOrdersLive 4 params → 200

Schemas 7

The contract defines 7 schemas that model the data the API accepts and returns. The most detailed are Order (41 properties), postAccountsAccountNumberOrders (16 properties), postAccountsAccountNumberOrdersDryRun (16 properties), patchAccountsAccountNumberOrdersId (14 properties). Each schema is shown below with its type and property counts.

postAccountsAccountNumberOrdersIdDryRun
object
Runs through preflights for cancel-replace and edit without routing
14 properties 5 required
putAccountsAccountNumberOrdersId
object
Replaces a live order with a new one. Subsequent fills of the original order will abort the replacement.
14 properties 5 required
PlacedOrderResponse
object
PlacedOrderResponse model
8 properties
postAccountsAccountNumberOrdersDryRun
object
Accepts a json document containing parameters to create an order and \ then runs the prefights without placing the order.
16 properties 6 required
postAccountsAccountNumberOrders
object
Accepts a json document containing parameters to create an order for the client.
16 properties 6 required
Order
object
Order model
41 properties
patchAccountsAccountNumberOrdersId
object
Edit price and execution properties of a live order by replacement. Subsequent fills of the original order will abort the replacement.
14 properties 5 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

tastytrade-orders-api-openapi.yml Raw ↑

Other APIs tastytrade publishes across the network.

tastytrade DXLink Market Data Streaming API
tastytrade Account Streamer API
tastytrade accounts API
tastytrade api-quote-tokens API
tastytrade Available Dates API
tastytrade Backtests API
tastytrade balance-snapshots API
tastytrade complex-orders API
tastytrade customers API
tastytrade futures-option-chains API
tastytrade instruments API
tastytrade margin-requirements API
Where this information came from

This is an independent, third-party profile of tastytrade orders API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.