1.0.0 • Published 4 years ago

crypto-exchanges-node v1.0.0

Weekly downloads
-
License
ISC
Repository
github
Last release
4 years ago

Top 10 Exchange Api in one packages

Exchange List :

  1. Binance
  2. Bitfinex
  3. Bitstamp
  4. Bittrex
  5. Exmo
  6. Gate
  7. Hitbtc
  8. Kraken
  9. Okex
  10. Poloniex

Exchange Methods :

  1. getBalance
  2. getDepositAddress
  3. gettradepair
  4. getaskbid
  5. buyOrder
  6. sellOrder
  7. withdraw
  8. getHistory
  9. withdrawHistory
  10. getAddress

Binance

  1. binance.getBalance(key, secret, currency);
  2. binance.getDepositAddress(key, secret, currency);
  3. binance.gettradepair(key, secret);
  4. binance.getaskbid(key, secret, pair);
  5. binance.buyOrder(key, secret, pair, amount);
  6. binance.sellOrder(key, secret, pair, amount);
  7. binance.withdraw(key, secret, currency, amount, address, tag);
  8. binance.getHistory(key, secret, pair, orderId);
  9. binance.withdrawHistory(key, secret, currency, id);
  10. binance.getAddress(key, secret, currency);

Bitfinex

  1. bitfinex.getBalance(key, secret, currency);
  2. bitfinex.getDepositAddress(key, secret, method);
  3. bitfinex.gettradepair(key, secret);
  4. bitfinex.getaskbid(key, secret, pair);
  5. bitfinex.buyOrder(key, secret, pair, amount, rate);
  6. bitfinex.sellOrder(key, secret, pair, amount, rate);
  7. bitfinex.withdraw(key, secret, currency, amount, address, tag, method);
  8. bitfinex.getHistory(key, secret, orderId);
  9. bitfinex.getAddress(key, secret, method);

Bitstamp

  1. bitstamp.getBalance(key, secret, currency, clientId);
  2. bitstamp.getDepositAddress(key, secret, clientId, currency);
  3. bitstamp.gettradepair();
  4. bitstamp.getaskbid(pair);
  5. bitstamp.buyOrder(key, secret, pair, clientId, amount);
  6. bitstamp.sellOrder(key, secret, pair, clientId, amount);
  7. bitstamp.withdraw(key, secret, currency, clientId, amount, address, tag);
  8. bitstamp.getHistory(key, secret, clientId, pair, orderId);
  9. bitstamp.withdrawHistory(key, secret, clientId, id);
  10. bitstamp.getAddress(key, secret, clientId, currency);

Bittrex

  1. bittrex.getBalance(key, secret, currency);
  2. bittrex.getDepositAddress(key, secret, currency);
  3. bittrex.gettradepair(key, secret);
  4. bittrex.getaskbid(pair);
  5. bittrex.buyOrder(key, secret, pair, amount, rate);
  6. bittrex.sellOrder(key, secret, pair, amount, rate);
  7. bittrex.withdraw(key, secret, currency, amount, address, tag);
  8. bittrex.getHistory(key, secret, pair, uuid);
  9. bittrex.withdrawHistory(key, secret, currency, uuid);
  10. bittrex.getAddress(key, secret, currency);

Exmo

  1. exmo.getBalance(key, secret, currency);
  2. exmo.getDepositAddress(key, secret, currency);
  3. exmo.gettradepair(key, secret);
  4. exmo.getaskbid(pair);
  5. exmo.buyOrder(key, secret, pair, amount);
  6. exmo.sellOrder(key, secret, pair, amount);
  7. exmo.withdraw(key, secret, currency, amount, address, tag);
  8. exmo.getHistory(key, secret, id);
  9. exmo.withdrawHistory(key, secret, id);
  10. exmo.getAddress(key, secret, currency);

Gate

  1. gate.getBalance(key, secret, currency);
  2. gate.getDepositAddress(key, secret, currency);
  3. gate.gettradepair(key, secret);
  4. gate.getaskbid(pair);
  5. gate.buyOrder(key, secret, pair, amount);
  6. gate.sellOrder(key, secret, pair, amount);
  7. gate.withdraw(key, secret, currency, amount, address, tag);
  8. gate.getHistory(key, secret, pair, id);
  9. gate.getAddress(key, secret, currency);

Hitbtc

  1. hitbtc.getBalance(key, secret, currency);
  2. hitbtc.getDepositAddress(key, secret, currency);
  3. hitbtc.getaskbid(pair);
  4. hitbtc.buyOrder(key, secret, pair, amount);
  5. hitbtc.sellOrder(key, secret, pair, amount);
  6. hitbtc.withdraw(key, secret, currency, amount, address, tag);
  7. hitbtc.getHistory(key, secret, id);
  8. hitbtc.getAddress(key, secret, currency);

Kraken

  1. kraken.getBalance(key, secret, currency);
  2. kraken.getDepositAddress(key, secret, currency);
  3. kraken.gettradepair(key, secret);
  4. kraken.getaskbid(pair);
  5. kraken.buyOrder(key, secret, pair, amount, price);
  6. kraken.sellOrder(key, secret, pair, amount, price);
  7. kraken.withdraw(key, secret, currency, amount, address, tag, withdrawType);
  8. kraken.getHistory(key, secret, pair, txid);
  9. kraken.withdrawHistory(key, secret, currency, id);
  10. kraken.getAddress(key, secret, currency);

Okex

  1. okex.getBalance(key, secret, currency, passphrase);
  2. okex.getDepositAddress(key, secret, currency, passphrase);
  3. okex.getaskbid(pair);
  4. okex.buyOrder(key, secret, pair, passphrase, amount, price);
  5. okex.sellOrder(key, secret, pair, passphrase, amount, price);
  6. okex.withdraw(key, secret, currency, passphrase, amount, address, paymentId, tradepassword);
  7. okex.getHistory(key, secret, passphrase, pair, id);
  8. okex.getAddress(key, secret, currency, passphrase);

Poloniex

  1. poloniex.getBalance(key, secret, currency);
  2. poloniex.getDepositAddress(key, secret, currency);
  3. poloniex.gettradepair(key, secret);
  4. poloniex.getaskbid(pair);
  5. poloniex.buyOrder(key, secret, pair,amount,price);
  6. poloniex.sellOrder(key, secret, pair,amount,price);
  7. poloniex.withdraw(key, secret, currency,amount,address, paymentId );
  8. poloniex.getHistory(key, secret, txid);
  9. poloniex.withdrawHistory(key, secret, currency, id);
  10. poloniex.getAddress(key, secret, currency);