API documentation
get
/api/v1/Instruments/searchSearches instruments by text and/or type with pagination hints and last-price enrichment.
Instruments
Parameters
value
query · string
Optional
types
query · array
Optional
startFrom
query · integer
Optional
version
path · string
Required
Responses
- 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
{}