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."
}
]
}