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