bbgo/testdata/binance-markets.json

83 lines
1.8 KiB
JSON

{
"ETHUSDT": {
"symbol": "ETHUSDT",
"localSymbol": "ETHUSDT",
"pricePrecision": 8,
"volumePrecision": 8,
"quoteCurrency": "USDT",
"baseCurrency": "ETH",
"minNotional": 10,
"minAmount": 10,
"minQuantity": 0.0001,
"maxQuantity": 9000,
"stepSize": 0.0001,
"minPrice": 0.01,
"maxPrice": 1000000,
"tickSize": 0.01
},
"BTCUSDT": {
"symbol": "BTCUSDT",
"localSymbol": "BTCUSDT",
"pricePrecision": 8,
"volumePrecision": 8,
"quoteCurrency": "USDT",
"baseCurrency": "BTC",
"minNotional": 10,
"minAmount": 10,
"minQuantity": 1e-05,
"maxQuantity": 9000,
"stepSize": 1e-05,
"minPrice": 0.01,
"maxPrice": 1000000,
"tickSize": 0.01
},
"LINKUSDT": {
"symbol": "LINKUSDT",
"localSymbol": "LINKUSDT",
"pricePrecision": 8,
"volumePrecision": 8,
"quoteCurrency": "USDT",
"baseCurrency": "LINK",
"minNotional": 5,
"minAmount": 5,
"minQuantity": 0.01,
"maxQuantity": 90000,
"stepSize": 0.01,
"minPrice": 0.001,
"maxPrice": 10000,
"tickSize": 0.001
},
"LTCUSDT": {
"symbol": "LTCUSDT",
"localSymbol": "LTCUSDT",
"pricePrecision": 8,
"volumePrecision": 8,
"quoteCurrency": "USDT",
"baseCurrency": "LTC",
"minNotional": 5,
"minAmount": 5,
"minQuantity": 0.001,
"maxQuantity": 90000,
"stepSize": 0.001,
"minPrice": 0.01,
"maxPrice": 100000,
"tickSize": 0.01
},
"ETHBTC": {
"symbol": "ETHBTC",
"localSymbol": "ETHBTC",
"pricePrecision": 8,
"volumePrecision": 8,
"quoteCurrency": "BTC",
"baseCurrency": "ETH",
"minNotional": 0.0001,
"minAmount": 0.0001,
"minQuantity": 0.0001,
"maxQuantity": 100000,
"stepSize": 0.0001,
"minPrice": 1e-05,
"maxPrice": 922327,
"tickSize": 1e-05
}
}