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
{}