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 (#1228)
Browse files Browse the repository at this point in the history
  • Loading branch information
nedievas authored and DeviaVir committed Jan 26, 2018
1 parent 6ec8385 commit ddb24ef
Showing 1 changed file with 24 additions and 24 deletions.
48 changes: 24 additions & 24 deletions extensions/exchanges/cexio/products.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,39 +4,39 @@
"currency": "USD",
"min_size": "0.002",
"max_size": "30",
"increment": "0.01",
"increment": "0.1",
"label": "BTC/USD"
},
{
"asset": "ETH",
"currency": "USD",
"min_size": "0.05",
"max_size": "1000",
"increment": "0.0001",
"increment": "0.01",
"label": "ETH/USD"
},
{
"asset": "BCH",
"currency": "USD",
"min_size": "0.02",
"max_size": "30",
"increment": "0.0001",
"increment": "0.01",
"label": "BCH/USD"
},
{
"asset": "BTG",
"currency": "USD",
"min_size": "0.07",
"max_size": null,
"increment": "0.0001",
"increment": "0.01",
"label": "BTG/USD"
},
{
"asset": "DASH",
"currency": "USD",
"min_size": "0.03",
"max_size": null,
"increment": "0.0001",
"increment": "0.01",
"label": "DASH/USD"
},
{
Expand All @@ -52,47 +52,47 @@
"currency": "USD",
"min_size": "0.07",
"max_size": null,
"increment": "0.0001",
"increment": "0.01",
"label": "ZEC/USD"
},
{
"asset": "BTC",
"currency": "EUR",
"min_size": "0.002",
"max_size": "30",
"increment": "0.01",
"increment": "0.1",
"label": "BTC/EUR"
},
{
"asset": "ETH",
"currency": "EUR",
"min_size": "0.05",
"max_size": null,
"increment": "0.0001",
"increment": "0.01",
"label": "ETH/EUR"
},
{
"asset": "BCH",
"currency": "EUR",
"min_size": "0.02",
"max_size": null,
"increment": "0.0001",
"increment": "0.01",
"label": "BCH/EUR"
},
{
"asset": "BTG",
"currency": "EUR",
"min_size": "0.07",
"max_size": null,
"increment": "0.0001",
"increment": "0.01",
"label": "BTG/EUR"
},
{
"asset": "DASH",
"currency": "EUR",
"min_size": "0.03",
"max_size": null,
"increment": "0.0001",
"increment": "0.01",
"label": "DASH/EUR"
},
{
Expand All @@ -108,87 +108,87 @@
"currency": "EUR",
"min_size": "0.07",
"max_size": null,
"increment": "0.0001",
"increment": "0.01",
"label": "ZEC/EUR"
},
{
"asset": "BTC",
"currency": "GBP",
"min_size": "0.002",
"max_size": null,
"increment": "0.01",
"increment": "0.1",
"label": "BTC/GBP"
},
{
"asset": "ETH",
"currency": "GBP",
"min_size": "0.05",
"max_size": null,
"increment": "0.0001",
"increment": "0.01",
"label": "ETH/GBP"
},
{
"asset": "BCH",
"currency": "GBP",
"min_size": "0.02",
"max_size": null,
"increment": "0.0001",
"increment": "0.01",
"label": "BCH/GBP"
},
{
"asset": "DASH",
"currency": "GBP",
"min_size": "0.03",
"max_size": null,
"increment": "0.0001",
"increment": "0.01",
"label": "DASH/GBP"
},
{
"asset": "ZEC",
"currency": "GBP",
"min_size": "0.07",
"max_size": null,
"increment": "0.0001",
"increment": "0.01",
"label": "ZEC/GBP"
},
{
"asset": "BTC",
"currency": "RUB",
"min_size": "0.001",
"max_size": null,
"increment": "0.01",
"increment": "1",
"label": "BTC/RUB"
},
{
"asset": "ETH",
"currency": "BTC",
"min_size": "0.025",
"max_size": "1000",
"increment": "0.00000001",
"increment": "0.000001",
"label": "ETH/BTC"
},
{
"asset": "BCH",
"currency": "BTC",
"min_size": "0.007",
"max_size": "30",
"increment": "0.00000001",
"increment": "0.000001",
"label": "BCH/BTC"
},
{
"asset": "BTG",
"currency": "BTC",
"min_size": "0.04",
"max_size": null,
"increment": "0.00000001",
"increment": "0.000001",
"label": "BTG/BTC"
},
{
"asset": "DASH",
"currency": "BTC",
"min_size": "0.015",
"max_size": null,
"increment": "0.00000001",
"increment": "0.000001",
"label": "DASH/BTC"
},
{
Expand All @@ -204,7 +204,7 @@
"currency": "BTC",
"min_size": "0.03",
"max_size": null,
"increment": "0.00000001",
"increment": "0.000001",
"label": "ZEC/BTC"
},
{
Expand All @@ -215,4 +215,4 @@
"increment": "0.00000001",
"label": "GHS/BTC"
}
]
]

0 comments on commit ddb24ef

Please sign in to comment.