API документація
get
/api/v1/Instruments/searchSearches instruments by text and/or type with pagination hints and last-price enrichment.
Instruments
Параметри
value
query · string
Обов'язковий
types
query · array
Обов'язковий
startFrom
query · integer
Необов'язково
version
path · string
Обов'язковий
Відповіді
- 200Object with instruments array and hasMore flag.application/json
{ "instruments": [ { "index": 1042, "value": "AAPL", "label": "Apple Inc.", "isDisabled": false } ], "hasMore": false } - 400Missing search criteria.application/json
{}