Skip to content

Commit

Permalink
kucoin: withdrawal fees
Browse files Browse the repository at this point in the history
  • Loading branch information
kornrunner committed Jan 4, 2018
1 parent 54a0804 commit d2638ae
Showing 1 changed file with 56 additions and 0 deletions.
56 changes: 56 additions & 0 deletions js/kucoin.js
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,62 @@ module.exports = class kucoin extends Exchange {
'maker': 0.0010,
'taker': 0.0010,
},
'funding': {
'tierBased': false,
'percentage': false,
'withdraw': {
'KCS': 2.0,
'BTC': 0.0005,
'USDT': 10.0,
'ETH': 0.01,
'LTC': 0.001,
'NEO': 0.0,
'GAS': 0.0,
'KNC': 0.5,
'BTM': 5.0,
'QTUM': 0.1,
'EOS': 0.5,
'CVC': 3.0,
'OMG': 0.1,
'PAY': 0.5,
'SNT': 20.0,
'BHC': 1.0,
'HSR': 0.01,
'WTC': 0.1,
'VEN': 2.0,
'MTH': 10.0,
'RPX': 1.0,
'REQ': 20.0,
'EVX': 0.5,
'MOD': 0.5,
'NEBL': 0.1,
'DGB': 0.5,
'CAG': 2.0,
'CFD': 0.5,
'RDN': 0.5,
'UKG': 5.0,
'BCPT': 5.0,
'PPT': 0.1,
'BCH': 0.0005,
'STX': 2.0,
'NULS': 1.0,
'GVT': 0.1,
'HST': 2.0,
'PURA': 0.5,
'SUB': 2.0,
'QSP': 5.0,
'POWR': 1.0,
'FLIXX': 10.0,
'LEND': 20.0,
'AMB': 3.0,
'RHOC': 2.0,
'R': 2.0,
'DENT': 50.0,
'DRGN': 1.0,
'ACT': 0.1,
},
'deposit': 0.00,
}
},
});
}
Expand Down

0 comments on commit d2638ae

Please sign in to comment.