v22

latestOpenAPI 3.0.0raw.githubusercontent.com2026-03-03327794.1 KB
Instruments

List instruments

List all available instruments.

get/instruments

Response

Successful response containing the list of instruments.

Example response

{
  "data": [
    {
      "symbols": [
        {
          "symbol": "AAPL"
        }
      ],
      "primary_exchange": "NASDAQ",
      "description": "Apple Inc."
    }
  ]
}