From 863dfe154d9f61190e4f6638f009a97ca248fb16 Mon Sep 17 00:00:00 2001 From: nedievas Date: Thu, 17 Aug 2017 16:19:27 +0300 Subject: [PATCH] ETH trading enabled https://t.co/63rjts6NcU --- extensions/exchanges/bitstamp/products.json | 27 +++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/extensions/exchanges/bitstamp/products.json b/extensions/exchanges/bitstamp/products.json index 3219a14b52..ca52213f3b 100644 --- a/extensions/exchanges/bitstamp/products.json +++ b/extensions/exchanges/bitstamp/products.json @@ -79,5 +79,32 @@ "max_size": "1000000", "increment": "0.00001", "label": "XRP/BTC" + }, +{ + "id": "ETHUSD", + "asset": "ETH", + "currency": "USD", + "min_size": "0.01", + "max_size": "1000000", + "increment": "0.01", + "label": "ETH/USD" + }, + { + "id": "ETHEUR", + "asset": "ETH", + "currency": "EUR", + "min_size": "0.01", + "max_size": "1000000", + "increment": "0.01", + "label": "ETH/EUR" + }, + { + "id": "ETHBTC", + "asset": "ETH", + "currency": "BTC", + "min_size": "0.01", + "max_size": "1000000", + "increment": "0.00001", + "label": "ETH/BTC" } ]