API 文档
get
/api/v1/Instruments/lookupReturns the specification for one tradable instrument. Accepts platform symbols and listing forms such as a trailing .spot suffix. Not limited to the caller's watchlist.
Instruments
参数
symbol
query · string
必需的
version
path · string
必需的
响应
- 200Instrument specification.application/json
{ "id": 2104, "symbol": "USDCEUR", "htmlCompatibleSymbol": "USDCEUR", "caption": "USDC / EUR", "tickSize": 0.0001, "financingLong": -0.5, "financingShort": 0.2, "nextFinancingDateTime": "2026-09-07T21:59:00+01:00" } - 400Symbol was missing.application/json
{} - 401User is not authenticated.application/json
{} - 404No matching tradable instrument.application/json
{}