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
@@ -28,50 +28,6 @@ Initially conceptualized by go developer Victor, this module is now maintained b
28
28
29
29
Your contributions are most welcome!
30
30
31
-
## Release
32
-
- refactor all the project
33
-
- Market endpoints:
34
-
- add server response adapter
35
-
- Position endpoints:
36
-
- SetPositionRiskLimit is deprecated;
37
-
- SetPositionTpslMode is deprecated.
38
-
- Add move position and history
39
-
- trade
40
-
- Rename v5/execution/list to trade history
41
-
- account
42
-
- Add transaction log to classical user
43
-
- Get DCP Info
44
-
- New endpoint /v5/account/smp-group
45
-
- demo trading
46
-
- Add request coin endpoint
47
-
- asset
48
-
- Add Get Convert Coin List
49
-
- Add Request a Quote
50
-
- Add Confirm a Quote
51
-
- Add Get Convert Status
52
-
- Add Get Convert history
53
-
- user
54
-
- Query unlimited sub members
55
-
- spot margin uta
56
-
- GetSpotMarginCoin is deprecated.
57
-
- GetSpotMarginBorrowCoin is deprecated.
58
-
- GetSpotMarginLoanAccountInfo is deprecated.
59
-
- GetSpotMarginBorrowOrders is deprecated.
60
-
- GetSpotMarginRepaymentOrders is deprecated.
61
-
- BorrowSpotMarginLoan is deprecated.
62
-
- RepaySpotMarginLoan is deprecated.
63
-
- Add spot margin uta interest history
64
-
- ins
65
-
- GetC2cLendingAccountInfo is deprecated.
66
-
- GetC2cLendingOrders is deprecated.
67
-
- GetC2cLendingCoinInfo is deprecated.
68
-
- C2cCancelRedeemFunds is deprecated.
69
-
- C2cRedeemFunds is deprecated.
70
-
- C2cDepositFunds is deprecated.
71
-
- Add associate ins loan id
72
-
- broker
73
-
- Add Get Sub Account Deposit Records
74
-
75
31
## Development
76
32
bybit-go-api is under active development with the latest features and updates from Bybit's API implemented promptly. The module utilizes minimal external libraries to provide a lightweight and efficient experience. If you've made enhancements or fixed bugs, please submit a pull request.
77
33
@@ -86,7 +42,7 @@ require (
86
42
```
87
43
88
44
To import my package you need just to put the link to your go mode file
89
-
**github.com/wuhewuhe/bybit.go.api**
45
+
**github.com/bybit-exchange/bybit.go.api**
90
46
91
47
## Usage
92
48
Note: Replace placeholders (like YOUR_API_KEY, links, or other details) with the actual information. You can also customize this template to better fit the actual state and details of your Java API.
0 commit comments