We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Just trying to setup websocket API but using the example from the documents, after changing to a market that exists I still get invalid argument (https://github.com/coinexcom/coinex_exchange_api/wiki/046kline)
Request: {"method":"kline.query","params":["BTCUSDT",60,1629599859,1629599859],"id":5}
Response: {"error": {"code": 1, "message": "invalid argument"}, "result": null, "id": 5}
Screenshot: https://i.gyazo.com/fabb2b73a02795f0b3d05d668eab7383.png
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Just trying to setup websocket API but using the example from the documents, after changing to a market that exists I still get invalid argument (https://github.com/coinexcom/coinex_exchange_api/wiki/046kline)
Request:
{"method":"kline.query","params":["BTCUSDT",60,1629599859,1629599859],"id":5}
Response:
{"error": {"code": 1, "message": "invalid argument"}, "result": null, "id": 5}
Screenshot:
https://i.gyazo.com/fabb2b73a02795f0b3d05d668eab7383.png
The text was updated successfully, but these errors were encountered: