1.0.7 • Published 7 years ago

btc-e-v3 v1.0.7

Weekly downloads
3
License
MIT
Repository
github
Last release
7 years ago

btc-e.com API Wrapper

Methods:

const btcE = new BtceService({publicKey: 'PUBLIC' secretKey: 'SECRET'})

Public API (https://btc-e.com/api/3/docs)

btcE.depth(pair)

btcE.fee(pair)

btcE.info()

btcE.ticker(pair)

btcE.trades(pair)

Trade API (https://btc-e.com/tapi/docs)

btcE.activeOrders(pair)

btcE.cancelOrder(order_id)

btcE.getInfo()

btcE.orderInfo(order_id)

btcE.trade({ pair, type, rate, amount })

btcE.tradeHistory({ from, count, from_id, end_id, order, since, end, pair })

btcE.transHistory({ from, count, from_id, end_id, order, since, end })

1.0.7

7 years ago

1.0.6

7 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago