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