add binance markets json for test data

This commit is contained in:
c9s 2023-07-11 10:13:01 +08:00
parent 1da94f55e9
commit 4648b5434e
No known key found for this signature in database
GPG Key ID: 7385E7E464CB0A54

66
testdata/binance-markets.json vendored Normal file
View File

@ -0,0 +1,66 @@
{
"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
}
}