@@ -14,106 +14,106 @@ If you only use the [public endpoints](#public-endpoints) you can ommit key and
14
14
### Private enpoints
15
15
16
16
#### async placeActiveOrder(params)
17
- [ See bybit documentation] ( https://github.com/ bybit-exchange/bybit-official-api- docs/blob/master/en/rest_api.md#place-active-order-v2 )
17
+ [ See bybit documentation] ( https://bybit-exchange.github.io/ docs/inverse/#t-placev2active )
18
18
19
19
#### async getActiveOrder(params)
20
- [ See bybit documentation] ( https://github.com/ bybit-exchange/bybit-official-api- docs/blob/master/en/rest_api.md#get-active-order )
20
+ [ See bybit documentation] ( https://bybit-exchange.github.io/ docs/inverse/#t-getactive )
21
21
22
22
#### async cancelActiveOrder(params)
23
- [ See bybit documentation] ( https://github.com/ bybit-exchange/bybit-official-api- docs/blob/master/en/rest_api.md#open-apiordercancelv2post )
23
+ [ See bybit documentation] ( https://bybit-exchange.github.io/ docs/inverse/#t-cancelv2active )
24
24
25
25
#### async cancelAllActiveOrders(params)
26
- [ See bybit documentation] ( https://github.com/ bybit-exchange/bybit-official-api- docs/blob/master/en/rest_api.md#open-apiordercancelallpost )
26
+ [ See bybit documentation] ( https://bybit-exchange.github.io/ docs/inverse/#t-cancelallactive )
27
27
28
28
#### async replaceActiveOrder(params)
29
- [ See bybit documentation] ( https://github.com/ bybit-exchange/bybit-official-api- docs/blob/master/en/rest_api.md#open-apiorderreplacepost )
29
+ [ See bybit documentation] ( https://bybit-exchange.github.io/ docs/inverse/#t-replaceactive )
30
30
31
31
#### async queryActiveOrder(params)
32
- [ See bybit documentation] ( https://github.com/ bybit-exchange/bybit-official-api- docs/blob/master/en/rest_api.md#query-active-order-real-time )
32
+ [ See bybit documentation] ( https://bybit-exchange.github.io/ docs/inverse/#t-queryactive )
33
33
34
34
#### async placeConditionalOrder(params)
35
- [ See bybit documentation] ( https://github.com/ bybit-exchange/bybit-official-api- docs/blob/master/en/rest_api.md#place-conditional-order )
35
+ [ See bybit documentation] ( https://bybit-exchange.github.io/ docs/inverse/#t-placecond )
36
36
37
37
#### async getConditioanlOrder(params)
38
- [ See bybit documentation] ( https://github.com/ bybit-exchange/bybit-official-api- docs/blob/master/en/rest_api.md#get-conditional-order )
38
+ [ See bybit documentation] ( https://bybit-exchange.github.io/ docs/inverse/#t-getcond )
39
39
40
40
#### async cancelConditionalOrder(params)
41
- [ See bybit documentation] ( https://github.com/ bybit-exchange/bybit-official-api- docs/blob/master/en/rest_api.md#cancel-conditional-order- )
41
+ [ See bybit documentation] ( https://bybit-exchange.github.io/ docs/inverse/#t-cancelcond )
42
42
43
43
#### async cancelAllConditionalOrders(params)
44
- [ See bybit documentation] ( https://github.com/ bybit-exchange/bybit-official-api- docs/blob/master/en/rest_api.md#cancel-all-conditional-orders )
44
+ [ See bybit documentation] ( https://bybit-exchange.github.io/ docs/inverse/#t-cancelallcond )
45
45
46
46
#### async queryConditionalOrder(params)
47
- [ See bybit documentation] ( https://github.com/ bybit-exchange/bybit-official-api- docs/blob/master/en/rest_api.md#query-stop-order-real-time )
47
+ [ See bybit documentation] ( https://bybit-exchange.github.io/ docs/inverse/#t-querycond )
48
48
49
49
#### async getUserLeverage()
50
- [ See bybit documentation] ( https://github.com/ bybit-exchange/bybit-official-api- docs/blob/master/en/rest_api.md#user-leverage )
50
+ [ See bybit documentation] ( https://bybit-exchange.github.io/ docs/inverse/#t-getleverage )
51
51
52
52
#### async changeUserLeverage(params)
53
- [ See bybit documentation] ( https://github.com/ bybit-exchange/bybit-official-api- docs/blob/master/en/rest_api.md#-change-user-leverage )
53
+ [ See bybit documentation] ( https://bybit-exchange.github.io/ docs/inverse/#t-changeleverage )
54
54
55
55
#### async getPosition(params)
56
- [ See bybit documentation] ( https://github.com/ bybit-exchange/bybit-official-api- docs/blob/master/en/rest_api.md#-my-position-v2 )
56
+ [ See bybit documentation] ( https://bybit-exchange.github.io/ docs/inverse/#t-mypositionv2 )
57
57
58
58
#### async getPositions()
59
59
* Deprecated v1 method*
60
60
[ See bybit documentation] ( https://github.com/bybit-exchange/bybit-official-api-docs/blob/master/en/rest_api.md#positionlistget )
61
61
62
62
#### async changePositionMargin(params)
63
- [ See bybit documentation] ( https://github.com/ bybit-exchange/bybit-official-api- docs/blob/master/en/rest_api.md#-change-position-margin )
63
+ [ See bybit documentation] ( https://bybit-exchange.github.io/ docs/inverse/#t-changemargin )
64
64
65
65
#### async setTradingStop(params)
66
- [ See bybit documentation] ( https://github.com/ bybit-exchange/bybit-official-api- docs/blob/master/en/rest_api.md#-set-trading-stop )
66
+ [ See bybit documentation] ( https://bybit-exchange.github.io/ docs/inverse/#t-tradingstop )
67
67
68
68
#### async getWalletFundRecords(params)
69
- [ See bybit documentation] ( https://github.com/ bybit-exchange/bybit-official-api- docs/blob/master/en/rest_api.md#-get-wallet-fund-records )
69
+ [ See bybit documentation] ( https://bybit-exchange.github.io/ docs/inverse/#t-walletrecords )
70
70
71
71
#### async getWithdrawRecords(params)
72
- [ See bybit documentation] ( https://github.com/ bybit-exchange/bybit-official-api- docs/blob/master/en/rest_api.md#-get-withdraw-records )
72
+ [ See bybit documentation] ( https://bybit-exchange.github.io/ docs/inverse/#t-withdrawrecords )
73
73
74
74
#### async getWalletBalance(params)
75
- [ See bybit documentation] ( https://github.com/ bybit-exchange/bybit-official-api- docs/blob/master/en/rest_api.md#open-apiwalletbalanceget )
75
+ [ See bybit documentation] ( https://bybit-exchange.github.io/ docs/inverse/#t-balance )
76
76
77
77
#### async setRiskLimit(params)
78
- [ See bybit documentation] ( https://github.com/ bybit-exchange/bybit-official-api- docs/blob/master/en/rest_api.md#set-risk-limit- )
78
+ [ See bybit documentation] ( https://bybit-exchange.github.io/ docs/inverse/#t-setrisklimit )
79
79
80
80
#### async getRiskLimitList()
81
- [ See bybit documentation] ( https://github.com/ bybit-exchange/bybit-official-api- docs/blob/master/en/rest_api.md#get-risk-limit-list- )
81
+ [ See bybit documentation] ( https://bybit-exchange.github.io/ docs/inverse/#t-getrisklimit )
82
82
83
83
#### async getLastFundingRate(params)
84
- [ See bybit documentation] ( https://github.com/ bybit-exchange/bybit-official-api- docs/blob/master/en/rest_api.md#-get-the-last-funding-rate )
84
+ [ See bybit documentation] ( https://bybit-exchange.github.io/ docs/inverse/#t-fundingrate )
85
85
86
86
#### async getMyLastFundingFee(params)
87
- [ See bybit documentation] ( https://github.com/ bybit-exchange/bybit-official-api- docs/blob/master/en/rest_api.md#-get-my-last-funding-fee )
87
+ [ See bybit documentation] ( https://bybit-exchange.github.io/ docs/inverse/#t-mylastfundingfee )
88
88
89
89
#### async getPredictedFunding(params)
90
- [ See bybit documentation] ( https://github.com/ bybit-exchange/bybit-official-api- docs/blob/master/en/rest_api.md#get-predicted-funding-rate-and-funding-fee )
90
+ [ See bybit documentation] ( https://bybit-exchange.github.io/ docs/inverse/#t-predictedfunding )
91
91
92
92
#### async getTradeRecords(params)
93
- [ See bybit documentation] ( https://github.com/ bybit-exchange/bybit-official-api- docs/blob/master/en/rest_api.md#get-users-trade-records )
93
+ [ See bybit documentation] ( https://bybit-exchange.github.io/ docs/inverse/#t-usertraderecords )
94
94
95
95
### Public enpoints
96
96
97
97
#### async getOrderBook(params)
98
- [ See bybit documentation] ( https://github.com/ bybit-exchange/bybit-official-api- docs/blob/master/en/rest_api.md#get -orderbook )
98
+ [ See bybit documentation] ( https://bybit-exchange.github.io/ docs/inverse/#t -orderbook )
99
99
100
100
#### async getLatestInformation()
101
- [ See bybit documentation] ( https://github.com/ bybit-exchange/bybit-official-api- docs/blob/master/en/rest_api.md#latest-information-for-symbol )
101
+ [ See bybit documentation] ( https://bybit-exchange.github.io/ docs/inverse/#t-latestsymbolinfo )
102
102
103
103
#### async getPublicTradingRecords(params)
104
- [ See bybit documentation] ( https://github.com/ bybit-exchange/bybit-official-api- docs/blob/master/en/rest_api.md#get-public-trading-records )
104
+ [ See bybit documentation] ( https://bybit-exchange.github.io/ docs/inverse/#t-publictradingrecords )
105
105
106
106
#### async getServerTime()
107
- [ See bybit documentation] ( https://github.com/ bybit-exchange/bybit-official-api- docs/blob/master/en/rest_api.md#server-time )
107
+ [ See bybit documentation] ( https://bybit-exchange.github.io/ docs/inverse/#t-servertime )
108
108
109
109
#### async getApiAnnouncements()
110
- [ See bybit documentation] ( https://github.com/ bybit-exchange/bybit-official-api- docs/blob/master/en/rest_api.md#open-apiannouncement )
110
+ [ See bybit documentation] ( https://bybit-exchange.github.io/ docs/inverse/#t-announcement )
111
111
112
112
#### async getSymbols()
113
113
Returns symbol information (such as tick size & min notional):
114
- [ Meeting price restrictions] ( https://github.com/ bybit-exchange/bybit-official-api- docs/blob/master/en/rest_api.md #price-price )
114
+ [ Meeting price restrictions] ( https://bybit-exchange.github.io/ docs/inverse/ #price-price )
115
115
116
- [ See bybit documentation] ( https://bybit-exchange.github.io/bybit-official-api- docs/en/index.html#operation/query_symbol )
116
+ [ See bybit documentation] ( https://bybit-exchange.github.io/docs/inverse/#t-querysymbol )
117
117
118
118
#### async getTimeOffset()
119
119
0 commit comments