Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 755 Bytes

File metadata and controls

19 lines (14 loc) · 755 Bytes

btc-e-javascript

BTC-e public and private API JavaScript implementation
https://btc-e.com/api/documentation

Author: jsCoin
BTC : 151vumzopVBZMV9CtswFiumQBbEHcULPnG
LTC : Laoq3qsLvQFCnnbfcFGpQyjy5kcK58bpen

Dependencies:

I am using this in a Chrome extension. The last nonce is being stored in localStorage. You will need to store the lastNonce somewhere else if you are going to use this outside of a chrome extension.

All requests are asynchronous. If you want to do something with the results you will need to pass a callback function.