bitstamp icon indicating copy to clipboard operation
bitstamp copied to clipboard

Bitstamp REST API wrapper

Results 7 bitstamp issues
Sort by recently updated
recently updated
newest added

My code `var Bitstamp = require('bitstamp'); var bitstamp = new Bitstamp(); bitstamp.transactions('btcusd', function(err, trades) { console.error(err); console.log(trades); });` `node -v` v12.6.0 `node --http-parser=legacy index.js` it's a work around for run...

Hi Mike, I would like to prepare a pull request to add withdrawal requests (like eth) but I don't know how to locally update my package. I use your package...

When too many calls are made to the private API, Bitstamp will temporarily block the requests and inform us of it. In Bitstamp.prototype._request: the res.StatusCode is 200, however the _buffer_...

The transfer-to-main and transfer-from-main are v2 api, while it is using the legacy_endpoint in the code.

on: buy/sell function calls i get bitstamp error 404 ? ist this node absolete?

Hi, sorry for all the questions using the "issues" on github, but there is no contact mail. Is the library supporting straightforward the new markets with XRP? Is also the...

@askmike It is the same issue with both buy and sell In some situations "daily_order" is a better option if an order in the opposite direction is not desireable, IMO...