export const instruments = [ { tradeType: "linearPerpetual", symbol: "BTCUSDT", baseAsset: "BTC", quote: "USDT", base: "BTC", tickSize: "0.010000000000000000", ctVal: "0.010000000000000000", status: 1, onboardDate: 20220820, maxQty: "999999", minQty: "1", lotSize: "1", maxNumOrders: "99999", maxNumAlgoOrders: "45", maxRiskLimitation: "1000000000.000000000000000000", maxLeverage: "100.000000000000000000", maintMarginRatio: "0.005000000000000000", takerRate: "0.100000000000000000", makerRate: "0.100000000000000000", leverage: "10.000000000000000000", settleCurrency: "USDT" }, { tradeType: "linearPerpetual", symbol: "ETHUSDT", baseAsset: "ETH", quote: "USDT", base: "ETH", tickSize: "0.001000000000000000", ctVal: "0.010000000000000000", status: 1, onboardDate: 20220821, maxQty: "999999", minQty: "1", lotSize: "1", maxNumOrders: "99999", maxNumAlgoOrders: "54", maxRiskLimitation: "1000000000.000000000000000000", maxLeverage: "100.000000000000000000", maintMarginRatio: "3.000000000000000000", takerRate: "0.020000000000000000", makerRate: "0.020000000000000000", leverage: "20.000000000000000000", settleCurrency: "USDT" } ];