bitfinex
bitfinex copied to clipboard
node.js wrapper for bitfinex cryptocurrency exchange
so if you want to do an oco order, you can get the parameters from the doco and add them in, otherwise pass {} as additional params. :) Bitfinex.prototype.new_order =...
hey, im testing this bitfinex api, works great for getting wallet balances... now im looking and cant find can i do withdrawls with this api? like send XRP/BTC from my...
Link to the newer bitfinex api
Hello, I just saw, this project has no recent commits and there seems to be an [official version](https://github.com/bitfinexcom/bitfinex-api-node). If this project is no longer maintained it should have an entry...
# main code ``` interval = setInterval( ()-> startTime = moment() exchanges = trader.getExchanges() async.parallel # quotes: (next)-> # getQuotes exchanges, (err, quotes)-> # if err? # clearInterval(interval) # return...
The request package in this node module has CVEs. This PR will update it. Output of `$ nsp check --output summary` ``` (+) 4 vulnerabilities found Name Installed Patched Path...
it appears this function is not implemented in `bitfinex.coffee` https://www.bitfinex.com/pages/api  any reason to not include, or is it more a matter of priorities?