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 5828
Browse files Browse the repository at this point in the history
  • Loading branch information
Travis CI committed Apr 7, 2020
1 parent 2510d7c commit 9493208
Show file tree
Hide file tree
Showing 2 changed files with 68 additions and 0 deletions.
44 changes: 44 additions & 0 deletions extensions/exchanges/binance/products.json
Original file line number Diff line number Diff line change
Expand Up @@ -8567,5 +8567,49 @@
"increment": "1.00000000",
"asset_increment": "0.00100000",
"label": "BNB/BKRW"
},
{
"id": "WTCUSDT",
"asset": "WTC",
"currency": "USDT",
"min_size": "0.01000000",
"max_size": "900000.00000000",
"min_total": "10.00000000",
"increment": "0.00010000",
"asset_increment": "0.01000000",
"label": "WTC/USDT"
},
{
"id": "DATABUSD",
"asset": "DATA",
"currency": "BUSD",
"min_size": "0.10000000",
"max_size": "9000000.00000000",
"min_total": "10.00000000",
"increment": "0.00001000",
"asset_increment": "0.10000000",
"label": "DATA/BUSD"
},
{
"id": "DATAUSDT",
"asset": "DATA",
"currency": "USDT",
"min_size": "0.10000000",
"max_size": "9000000.00000000",
"min_total": "10.00000000",
"increment": "0.00001000",
"asset_increment": "0.10000000",
"label": "DATA/USDT"
},
{
"id": "XZCUSDT",
"asset": "XZC",
"currency": "USDT",
"min_size": "0.00100000",
"max_size": "900000.00000000",
"min_total": "10.00000000",
"increment": "0.00100000",
"asset_increment": "0.00100000",
"label": "XZC/USDT"
}
]
24 changes: 24 additions & 0 deletions extensions/exchanges/bittrex/products.json
Original file line number Diff line number Diff line change
Expand Up @@ -3102,5 +3102,29 @@
"max_size": "1000000",
"increment": "0.00000001",
"label": "USDT/HXRO"
},
{
"asset": "OGN",
"currency": "BTC",
"min_size": "15.00000000",
"max_size": "1000000",
"increment": "0.00000001",
"label": "BTC/OGN"
},
{
"asset": "OGN",
"currency": "ETH",
"min_size": "15.00000000",
"max_size": "1000000",
"increment": "0.00000001",
"label": "ETH/OGN"
},
{
"asset": "ALGO",
"currency": "BTC",
"min_size": "20.00000000",
"max_size": "1000000",
"increment": "0.00000001",
"label": "BTC/ALGO"
}
]

0 comments on commit 9493208

Please sign in to comment.