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 7660
Browse files Browse the repository at this point in the history
  • Loading branch information
Travis CI committed Oct 20, 2020
1 parent 617571c commit 1645aff
Show file tree
Hide file tree
Showing 3 changed files with 99 additions and 0 deletions.
22 changes: 22 additions & 0 deletions extensions/exchanges/binance/products.json
Expand Up @@ -12285,5 +12285,27 @@
"increment": "0.00100000",
"asset_increment": "0.01000000",
"label": "FILDOWN/USDT"
},
{
"id": "YFIUPUSDT",
"asset": "YFIUP",
"currency": "USDT",
"min_size": "0.01000000",
"max_size": "10000000.00000000",
"min_total": "10.00000000",
"increment": "0.00100000",
"asset_increment": "0.01000000",
"label": "YFIUP/USDT"
},
{
"id": "YFIDOWNUSDT",
"asset": "YFIDOWN",
"currency": "USDT",
"min_size": "0.01000000",
"max_size": "10000000.00000000",
"min_total": "10.00000000",
"increment": "0.00100000",
"asset_increment": "0.01000000",
"label": "YFIDOWN/USDT"
}
]
45 changes: 45 additions & 0 deletions extensions/exchanges/bitstamp/products.json
Expand Up @@ -286,5 +286,50 @@
"min_total": "25",
"increment": "0.00001",
"label": "XLM/GBP"
},
{
"id": "LINKUSD",
"asset": "LINK",
"currency": "USD",
"min_size": "0.00000001",
"min_total": "25",
"increment": "0.01",
"label": "LINK/USD"
},
{
"id": "LINKEUR",
"asset": "LINK",
"currency": "EUR",
"min_size": "0.00000001",
"min_total": "25",
"increment": "0.01",
"label": "LINK/EUR"
},
{
"id": "LINKGBP",
"asset": "LINK",
"currency": "GBP",
"min_size": "0.00000001",
"min_total": "25",
"increment": "0.01",
"label": "LINK/GBP"
},
{
"id": "LINKBTC",
"asset": "LINK",
"currency": "BTC",
"min_size": "0.00000001",
"min_total": "0.001",
"increment": "0.00000001",
"label": "LINK/BTC"
},
{
"id": "LINKETH",
"asset": "LINK",
"currency": "ETH",
"min_size": "0.00000001",
"min_total": "0.02",
"increment": "0.00000001",
"label": "LINK/ETH"
}
]
32 changes: 32 additions & 0 deletions extensions/exchanges/bittrex/products.json
Expand Up @@ -4558,5 +4558,37 @@
"max_size": "1000000",
"increment": "0.00000001",
"label": "USDT/FIL"
},
{
"asset": "ELA",
"currency": "BTC",
"min_size": "1.72400000",
"max_size": "1000000",
"increment": "0.00000001",
"label": "BTC/ELA"
},
{
"asset": "ELA",
"currency": "USDT",
"min_size": "1.72400000",
"max_size": "1000000",
"increment": "0.00000001",
"label": "USDT/ELA"
},
{
"asset": "CUSD",
"currency": "BTC",
"min_size": "3.00000000",
"max_size": "1000000",
"increment": "0.00000001",
"label": "BTC/CUSD"
},
{
"asset": "CUSD",
"currency": "USDT",
"min_size": "3.00000000",
"max_size": "1000000",
"increment": "0.00000001",
"label": "USDT/CUSD"
}
]

0 comments on commit 1645aff

Please sign in to comment.