tastytrade · Example Payload

Instruments Getinstrumentscryptocurrencies

instruments

Instruments Getinstrumentscryptocurrencies 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": "getInstrumentsCryptocurrencies",
  "method": "GET",
  "path": "/instruments/cryptocurrencies",
  "summary": "Retrieve a set of cryptocurrencies given an array of one or more symbols.",
  "tags": [
    "instruments"
  ],
  "parameters": [
    {
      "name": "symbol",
      "in": "query",
      "required": false
    }
  ]
}