hitbtc-api-node
hitbtc-api-node copied to clipboard
Node.js API wrapper for HitBTC's REST and WebSocket APIs
Is there a way to pick up any socket connection errors? I'd like to add some error handling to my code using this package. Thanks
const websocketClient = HitBTC.WebsocketClient({ key, secret, isDemo: false }); It is giving error like "TypeError: HitBTC.WebsocketClient is not a function". Can you please help me on this?
https://api.hitbtc.com/ I was just wondering if this is going to be updated to API 2.0. It doesn't seem like a big difference in terms of pointing to URLs and I'm...
Tell me if there is something I need to change.
Are they left out for some reason?