2.0.0 • Published 6 years ago

@bidetaggle/bitstamp-player v2.0.0

Weekly downloads
1
License
ISC
Repository
gitlab
Last release
6 years ago

Bitstamp-player

Bitstamp-player introduce another way of seeing forex transactions with from a currency/value to another currency/value

  • Send multiple orders (buy or sell) on bitstamp.net market at the same time.
  • Check the user balance for each of its before sending the order requests
  • If at least one order is not able to be sent because the balance, it doesn't send any order
  • It happens that the communication with bitstamp API fail randomly due to a Nonce error, if it's the case, the program send again and again until it gets the expected callback (API requests attempts).

Check example.js to see the input data structure and usage

Copy example.js under the name of example.local.js, add your bitstamp credentials and try it with node example.local.js

Development

installation and running example

  • $ npm install
  • $ cp example.js example.local.js
  • replace apiKey, apiSecretKey and customerID in example.local.js
  • $ npm start
2.0.0

6 years ago

1.1.0

6 years ago

1.0.10

6 years ago

1.0.9

6 years ago

1.0.8

6 years ago

1.0.6

7 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago