bitfinex icon indicating copy to clipboard operation
bitfinex copied to clipboard

node.js wrapper for bitfinex cryptocurrency exchange

Results 8 bitfinex issues
Sort by recently updated
recently updated
newest added

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...

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...

Is this project MIT licensed?

question

it appears this function is not implemented in `bitfinex.coffee` https://www.bitfinex.com/pages/api ![image](https://cloud.githubusercontent.com/assets/1271434/7549559/464d3f7a-f5ef-11e4-81ec-2b3ce6fcc5eb.png) any reason to not include, or is it more a matter of priorities?