get https://api.liquiditytech.com/api/v1/trading/sym/info
Rate Limit: 3 requests per 10 seconds
Query sym info.
This endpoint requires authentication.
Request
Name | Type | Mandatory | Description |
---|---|---|---|
sym | String | N | Trading pair unique identifier , example BINANCE_SPOT_BTC_USDT, BINANCE_PERP_BTC_USDT |
Response
Field name | Type | Remarks |
---|---|---|
sym | String | Trading pair unique identifier , example BINANCE_SPOT_BTC_USDT, BINANCE_PERP_BTC_USDT |
state | String | State: live, suspend |
pricePrecision | String | Price precision |
qtyPrecision | String | Qty precision |
minNotional | String | Min notional |
maxLimitSize | String | Max limit size |
lotSize | String | Lot size |
tickSize | String | Tick size |
maxNumOrders | String | Max number of open orders on this sym per portfolio |
contractSize | String | Contract size |
maxMarketSize | String | Max market value |
minSize | String | Min Size for contract |
originalSymbol | String | Original symbol in exchange for contract |