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

Commit

Permalink
Exchanges: update-products 6678
Browse files Browse the repository at this point in the history
  • Loading branch information
Travis CI committed Jun 24, 2020
1 parent e74bdf4 commit 386dc09
Show file tree
Hide file tree
Showing 4 changed files with 112 additions and 2 deletions.
22 changes: 22 additions & 0 deletions extensions/exchanges/binance/products.json
Original file line number Diff line number Diff line change
Expand Up @@ -9183,5 +9183,27 @@
"increment": "0.00001000",
"asset_increment": "0.10000000",
"label": "DGB/BUSD"
},
{
"id": "BTCUAH",
"asset": "BTC",
"currency": "UAH",
"min_size": "0.00000100",
"max_size": "100000.00000000",
"min_total": "100.00000000",
"increment": "1.00000000",
"asset_increment": "0.00000100",
"label": "BTC/UAH"
},
{
"id": "USDTUAH",
"asset": "USDT",
"currency": "UAH",
"min_size": "0.10000000",
"max_size": "100000.00000000",
"min_total": "100.00000000",
"increment": "0.00100000",
"asset_increment": "0.10000000",
"label": "USDT/UAH"
}
]
24 changes: 24 additions & 0 deletions extensions/exchanges/bitfinex/products.json
Original file line number Diff line number Diff line change
Expand Up @@ -2335,6 +2335,30 @@
"increment": "0.000001",
"label": "BTS/E:U"
},
{
"asset": "TES",
"currency": "TBT",
"min_size": "0.001",
"max_size": "100.0",
"increment": "0.000001",
"label": "TES/TBT"
},
{
"asset": "TES",
"currency": "TBT",
"min_size": "0.001",
"max_size": "100.0",
"increment": "0.000001",
"label": "TES/TBT"
},
{
"asset": "AAA",
"currency": "BBB",
"min_size": "0.001",
"max_size": "100.0",
"increment": "0.000001",
"label": "AAA/BBB"
},
{
"asset": "BTC",
"currency": "F0:",
Expand Down
4 changes: 2 additions & 2 deletions extensions/exchanges/gdax/products.json
Original file line number Diff line number Diff line change
Expand Up @@ -527,7 +527,7 @@
"min_size": "1",
"max_size": "500000",
"increment": "0.0001",
"asset_increment": "1",
"asset_increment": "0.000001",
"label": "XRP/EUR"
},
{
Expand All @@ -536,7 +536,7 @@
"min_size": "1",
"max_size": "500000",
"increment": "0.0001",
"asset_increment": "1",
"asset_increment": "0.000001",
"label": "XRP/USD"
},
{
Expand Down
64 changes: 64 additions & 0 deletions extensions/exchanges/poloniex/products.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,22 @@
"increment": "0.00000001",
"label": "Travala.com Token/Tether USD"
},
{
"asset": "BAL",
"currency": "ETH",
"min_total": "0.0001",
"max_size": null,
"increment": "0.00000001",
"label": "Balancer/Ethereum"
},
{
"asset": "BAL",
"currency": "USDT",
"min_total": "1",
"max_size": null,
"increment": "0.00000001",
"label": "Balancer/Tether USD"
},
{
"asset": "BAT",
"currency": "BTC",
Expand Down Expand Up @@ -703,6 +719,22 @@
"increment": "0.00000001",
"label": "Kyber/Bitcoin"
},
{
"asset": "LEND",
"currency": "BTC",
"min_total": "0.0001",
"max_size": null,
"increment": "0.00000001",
"label": "Aave/Bitcoin"
},
{
"asset": "LEND",
"currency": "USDT",
"min_total": "1",
"max_size": null,
"increment": "0.00000001",
"label": "Aave/Tether USD"
},
{
"asset": "LINK",
"currency": "BTC",
Expand Down Expand Up @@ -759,6 +791,22 @@
"increment": "0.00000001",
"label": "Livepeer/Bitcoin"
},
{
"asset": "LRC",
"currency": "BTC",
"min_total": "0.0001",
"max_size": null,
"increment": "0.00000001",
"label": "Loopring/Bitcoin"
},
{
"asset": "LRC",
"currency": "USDT",
"min_total": "1",
"max_size": null,
"increment": "0.00000001",
"label": "Loopring/Tether USD"
},
{
"asset": "LSK",
"currency": "BTC",
Expand Down Expand Up @@ -959,6 +1007,22 @@
"increment": "0.00000001",
"label": "Qtum/Tether USD"
},
{
"asset": "REN",
"currency": "BTC",
"min_total": "0.0001",
"max_size": null,
"increment": "0.00000001",
"label": "Ren/Bitcoin"
},
{
"asset": "REN",
"currency": "USDT",
"min_total": "1",
"max_size": null,
"increment": "0.00000001",
"label": "Ren/Tether USD"
},
{
"asset": "REP",
"currency": "BTC",
Expand Down

0 comments on commit 386dc09

Please sign in to comment.