Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: hirokisan/bybit

Tags

v2.39.0

Toggle v2.39.0's commit message
fix: lint

v2.38.1

Toggle v2.38.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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.

v2.38.0

Toggle v2.38.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: Add functionality to public.websocket.all-liquidation (#210)

* added allLiquidation websocket handler

* updated README

* Update v5_ws_public_allliquidation.go

* Update v5_ws_public_allliquidation.go

---------

Co-authored-by: hirokisan <[email protected]>

v2.37.3

Toggle v2.37.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Actualize Get Coin Info API response (#208)

* Actualize Get Coin Info API response

* fix test

---------

Co-authored-by: tovstolug <[email protected]>

v2.37.2

Toggle v2.37.2's commit message
fix(pr-207): test

v2.37.1

Toggle v2.37.1's commit message
chore: adjust unnecessary changes

v2.37.0

Toggle v2.37.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
add v5 public `SubscribeKlines` (#202)

v2.36.0

Toggle v2.36.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: support custom websocket dialer (#197)

* feat: support custom websocket dialer

* tests

v2.35.0

Toggle v2.35.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
add v5 public SubscribeTickers (#195)

v2.34.6

Toggle v2.34.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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