Skip to content

Commit

Permalink
Exchanges: update-products 5862
Browse files Browse the repository at this point in the history
  • Loading branch information
Travis CI authored and YarnSeemannsgarn committed Apr 15, 2020
1 parent cae4203 commit d47c6c1
Show file tree
Hide file tree
Showing 4 changed files with 97 additions and 0 deletions.
33 changes: 33 additions & 0 deletions extensions/exchanges/binance/products.json
Expand Up @@ -8611,5 +8611,38 @@
"increment": "0.00100000",
"asset_increment": "0.00100000",
"label": "XZC/USDT"
},
{
"id": "SOLBNB",
"asset": "SOL",
"currency": "BNB",
"min_size": "0.10000000",
"max_size": "9000000.00000000",
"min_total": "0.10000000",
"increment": "0.00001000",
"asset_increment": "0.10000000",
"label": "SOL/BNB"
},
{
"id": "SOLBTC",
"asset": "SOL",
"currency": "BTC",
"min_size": "1.00000000",
"max_size": "90000000.00000000",
"min_total": "0.00010000",
"increment": "0.00000001",
"asset_increment": "1.00000000",
"label": "SOL/BTC"
},
{
"id": "SOLBUSD",
"asset": "SOL",
"currency": "BUSD",
"min_size": "0.01000000",
"max_size": "900000.00000000",
"min_total": "10.00000000",
"increment": "0.00010000",
"asset_increment": "0.01000000",
"label": "SOL/BUSD"
}
]
32 changes: 32 additions & 0 deletions extensions/exchanges/bittrex/products.json
Expand Up @@ -3150,5 +3150,37 @@
"max_size": "1000000",
"increment": "0.00000001",
"label": "BTC/ICX"
},
{
"asset": "USDC",
"currency": "BTC",
"min_size": "3.00000000",
"max_size": "1000000",
"increment": "0.00000001",
"label": "BTC/USDC"
},
{
"asset": "USDC",
"currency": "ETH",
"min_size": "3.00000000",
"max_size": "1000000",
"increment": "0.00000001",
"label": "ETH/USDC"
},
{
"asset": "USDC",
"currency": "USD",
"min_size": "3.00000000",
"max_size": "1000000",
"increment": "0.00000001",
"label": "USD/USDC"
},
{
"asset": "USDC",
"currency": "USDT",
"min_size": "3.00000000",
"max_size": "1000000",
"increment": "0.00000001",
"label": "USDT/USDC"
}
]
8 changes: 8 additions & 0 deletions extensions/exchanges/cexio/products.json
Expand Up @@ -622,5 +622,13 @@
"max_size": null,
"increment": "0.01",
"label": "MATIC/EUR"
},
{
"asset": "MATIC",
"currency": "GBP",
"min_size": "100",
"max_size": null,
"increment": "0.01",
"label": "MATIC/GBP"
}
]
24 changes: 24 additions & 0 deletions extensions/exchanges/poloniex/products.json
Expand Up @@ -543,6 +543,30 @@
"increment": "0.00000001",
"label": "Decentraland/Tether USD"
},
{
"asset": "MATIC",
"currency": "BTC",
"min_total": "0.0001",
"max_size": null,
"increment": "0.00000001",
"label": "Matic Network/Bitcoin"
},
{
"asset": "MATIC",
"currency": "TRX",
"min_total": "0.0001",
"max_size": null,
"increment": "0.00000001",
"label": "Matic Network/Tron"
},
{
"asset": "MATIC",
"currency": "USDT",
"min_total": "1",
"max_size": null,
"increment": "0.00000001",
"label": "Matic Network/Tether USD"
},
{
"asset": "NMR",
"currency": "BTC",
Expand Down

0 comments on commit d47c6c1

Please sign in to comment.