API documentation
get
/api/v1/Instruments/typesLists tradable instrument type categories for search filters.
Instruments
Parameters
withTopOption
query · boolean
Optional
version
path · string
Required
Responses
- 200Array of { id, name } pairs.application/json
[ { "id": 1, "name": "Stock" } ]