You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: add marginTrading field support for GetInstrumentsInfo API (#205)…
… (#211)
Add missing MarginTrading field to V5GetInstrumentsInfoSpotItem struct
to match Bybit API specification. This field indicates margin trading
support status for spot symbols.
Fix i/o timeout in WebSocket writes by adjusting WriteDeadline and co…
…ntrol message handling (#194)
* fix: Prevent i/o timeout by setting WriteDeadline on each write
* chore: Update gorilla/websocket to v1.5.3