tastytrade · Example Payload

Market Sessions Getmarkettimesessionscurrent

market-time

Market Sessions Getmarkettimesessionscurrent 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": "getMarketTimeSessionsCurrent",
  "method": "GET",
  "path": "/market-time/sessions/current",
  "summary": "Retrieve the current session timings for an instrument collection",
  "tags": [
    "market-time"
  ],
  "parameters": [
    {
      "name": "instrument-collections",
      "in": "query",
      "required": true
    }
  ]
}