Skip to content
This repository has been archived by the owner on Feb 15, 2022. It is now read-only.

Commit

Permalink
update products.json file to newest trading pairs at binance for RLC (
Browse files Browse the repository at this point in the history
  • Loading branch information
Haehnchen authored and DeviaVir committed Jan 14, 2018
1 parent 5105d9f commit b933e14
Showing 1 changed file with 29 additions and 2 deletions.
31 changes: 29 additions & 2 deletions extensions/exchanges/binance/products.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
{
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit b933e14

Please sign in to comment.