passabilities / crypto-exchange

Pulls together list of crypto exchanges to interact with their API's in a uniform fashion.
MIT License
261 stars 78 forks source link

tutorial for dummies #20

Closed jpita closed 4 years ago

jpita commented 6 years ago

Hi,

I'm trying to use this to check my balance on bitfinex. I have no idea how to start, is it possible for you (or anyone that knows how) to write a step by step tutorial?

Thanks!

passabilities commented 6 years ago

Hey @jpita, thanks! It should be pretty self explanatory but have a look at the example in the README here. You will need an API key and secret from the Bittrex settings page. Once you do all that, you can just do this:

bittrex.balances().then( bals => {
})