crypto-chassis / ccapi

A header-only C++ library for interacting with crypto exchanges. Bindings for Python, Java, C#, Go, and Javascript are provided.
https://discord.gg/b5EKcp9s8T
MIT License
555 stars 192 forks source link

improve bitget with bug fix and books1 support #460

Closed MrrDrr closed 6 months ago

MrrDrr commented 6 months ago

fix: extract account info error and subscribe ORDER_UPDATE error in bitget_futures dev: add books1 to MARKET_DEPTH for bitget

MrrDrr commented 6 months ago

The bitget spot websocket api docs don't mention "books1", but it works when I tested it

cryptochassis commented 6 months ago

We prefer to only support documented features. An exchange can remove any undocumented "features" without notification at any time. Relying on such features can be potentially dangerous in live trading.

MrrDrr commented 6 months ago

Agreed. I have removed the books1 support. The current commit contains only bug fixes.

github-actions[bot] commented 6 months ago

:tada: This PR is included in version 6.6.8 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket: