From b933e144b38f6dcb8cd351880a995e5199efa3c2 Mon Sep 17 00:00:00 2001 From: Daniel Espendiller Date: Sun, 14 Jan 2018 20:25:49 +0100 Subject: [PATCH] update products.json file to newest trading pairs at binance for RLC (#1126) --- extensions/exchanges/binance/products.json | 31 ++++++++++++++++++++-- 1 file changed, 29 insertions(+), 2 deletions(-) diff --git a/extensions/exchanges/binance/products.json b/extensions/exchanges/binance/products.json index 4e569b91f3..c6f0122c66 100644 --- a/extensions/exchanges/binance/products.json +++ b/extensions/exchanges/binance/products.json @@ -120,9 +120,9 @@ "id": "WTCBTC", "asset": "WTC", "currency": "BTC", - "min_size": "1.00000000", + "min_size": "0.01000000", "max_size": "100000", - "increment": "0.00000001", + "increment": "0.0000001", "label": "WTC/BTC" }, { @@ -1709,6 +1709,33 @@ "increment": "0.00000001", "label": "REQ/ETH" }, + { + "id": "RLCBNB", + "asset": "RLC", + "currency": "BNB", + "min_size": "0.01000000", + "max_size": "100000", + "increment": "0.00001", + "label": "RLC/BNB" + }, + { + "id": "RLCBTC", + "asset": "RLC", + "currency": "BTC", + "min_size": "0.01000000", + "max_size": "100000", + "increment": "0.0000001", + "label": "RLC/BTC" + }, + { + "id": "RLCETH", + "asset": "RLC", + "currency": "ETH", + "min_size": "0.01000000", + "max_size": "100000", + "increment": "0.000001", + "label": "RLC/ETH" + }, { "id": "SNTBTC", "asset": "SNT",