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, "financingLong": -0.5, "financingShort": 0.2, "nextFinancingDateTime": "2026-07-25T22:00:00", "financingWednesdayLong": -1.5, "financingWednesdayShort": 0.6 } ] - 401User is not authenticated.