mirror of
https://github.com/c9s/bbgo.git
synced 2024-11-10 09:11:55 +00:00
add binance markets json for test data
This commit is contained in:
parent
1da94f55e9
commit
4648b5434e
66
testdata/binance-markets.json
vendored
Normal file
66
testdata/binance-markets.json
vendored
Normal 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
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user