API 文档
get
/api/v1/InstrumentsReturns the authenticated user's instrument watchlist with latest bid/ask and bar reference prices.
Instruments
参数
version
path · string
必需的
响应
- 200Watchlist instruments with pricing metadata.application/json
[ { "id": 1042, "symbol": "AAPL", "name": "Apple Inc.", "order": 0 } ] - 401User is not authenticated.