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