define BNBUSDT market

This commit is contained in:
c9s 2020-06-18 19:01:13 +08:00
parent 57f4d56ec5
commit b55ab35b42

View File

@ -19,6 +19,11 @@ func (m Market) FormatVolume(val float64) string {
// Binance Markets, this should be defined per exchange // Binance Markets, this should be defined per exchange
var Markets = map[string]Market{ var Markets = map[string]Market{
"BNBUSDT": {
Symbol: "BNBUSDT",
PricePrecision: 4,
VolumePrecision: 2,
},
"BTCUSDT": { "BTCUSDT": {
Symbol: "BTCUSDT", Symbol: "BTCUSDT",
PricePrecision: 2, PricePrecision: 2,