Skip to content

hazratgs/btc-e-v3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

btc-e.com API Wrapper

Methods:

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

btcE.depth(pair)

btcE.fee(pair)

btcE.info()

btcE.ticker(pair)

btcE.trades(pair)

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 })

About

BTC-E API version 3

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published