Skip to content
This repository has been archived by the owner on Feb 5, 2022. It is now read-only.

Implement websocket functionality #11

Open
DeBelserArne opened this issue Dec 12, 2021 · 0 comments
Open

Implement websocket functionality #11

DeBelserArne opened this issue Dec 12, 2021 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@DeBelserArne
Copy link

DeBelserArne commented Dec 12, 2021

Is your feature request related to a problem? Please describe.
Not really a problem, more like having a stream of data. For example, listening to filled orders. Right now we would have to use the REST API with an interval to poll the data.

Describe the solution you'd like
If possible for you implement websockets:
https://developer-pro.bitmart.com/en/ws/

Describe alternatives you've considered
Not really considered alternatives.

Additional context
I have tried this library, but it seems a bit outdated. The request which tries to authenticate always returns a 415 "Wrong Media".
https://github.com/quadency/quad-bitmart-client

Let me know what you think!

I've tried implementing it myself, but I got stuck on the "sign" part:
https://developer-pro.bitmart.com/en/ws/spot_ws/login.html

@DeBelserArne DeBelserArne added the enhancement New feature or request label Dec 12, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants