-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ping not working #1
Comments
Do you pass anything within the request block? For example, the following request block snippet is used to retrieve your current balance. Please refer to WebSocket documentation for further information in regards to the request block: https://github.com/coinfloor/API/blob/master/WEBSOCKET-README.md |
I followed the example which passes an empty request. I can pass Do you have to be logged in to use the websocket feed? If I just want orderbook data it would be nice not need my API keys. And if so, then using |
You don't have to be logged in to use the order book API call. It's available for you under this URL: However, to |
I used the websocket feed to get the order books. Do I have to be authenticated to get market data (like the orderbook feed)? And if not, how do I ping? |
I have a ping timer (copied from your example JS project), but I get an error
"method missing"
back if I don't specify a method in the request. Is this correct behaviour?js-library/coinfloor_api.js
Line 52 in 12ae2b8
The text was updated successfully, but these errors were encountered: