@@ -10,7 +10,7 @@ def new_order_test(self, symbol: str, side: str, type: str, **kwargs):
1010
1111 POST /api/v3/order/test
1212
13- https://developers.binance.com/docs/binance-spot-api-docs/rest-api/public-api -endpoints#test-new-order-trade
13+ https://developers.binance.com/docs/binance-spot-api-docs/rest-api/trading -endpoints#test-new-order-trade
1414
1515 Args:
1616 symbol (str)
@@ -41,7 +41,7 @@ def new_order(self, symbol: str, side: str, type: str, **kwargs):
4141
4242 POST /api/v3/order
4343
44- https://developers.binance.com/docs/binance-spot-api-docs/rest-api/public-api -endpoints#new-order-trade
44+ https://developers.binance.com/docs/binance-spot-api-docs/rest-api/trading -endpoints#new-order-trade
4545
4646 Args:
4747 symbol (str)
@@ -75,7 +75,7 @@ def cancel_order(self, symbol: str, **kwargs):
7575
7676 DELETE /api/v3/order
7777
78- https://developers.binance.com/docs/binance-spot-api-docs/rest-api/public-api -endpoints#cancel-order-trade
78+ https://developers.binance.com/docs/binance-spot-api-docs/rest-api/trading -endpoints#cancel-order-trade
7979
8080 Args:
8181 symbol (str)
@@ -100,7 +100,7 @@ def cancel_open_orders(self, symbol: str, **kwargs):
100100
101101 DELETE api/v3/openOrders
102102
103- https://developers.binance.com/docs/binance-spot-api-docs/rest-api/public-api -endpoints#cancel-all-open-orders-on-a-symbol-trade
103+ https://developers.binance.com/docs/binance-spot-api-docs/rest-api/trading -endpoints#cancel-all-open-orders-on-a-symbol-trade
104104
105105 Args:
106106 symbol (str)
@@ -121,7 +121,7 @@ def get_order(self, symbol, **kwargs):
121121
122122 GET /api/v3/order
123123
124- https://developers.binance.com/docs/binance-spot-api-docs/rest-api/public-api -endpoints#query-order-user_data
124+ https://developers.binance.com/docs/binance-spot-api-docs/rest-api/trading -endpoints#query-order-user_data
125125
126126 Args:
127127 symbol (str)
@@ -152,7 +152,7 @@ def cancel_and_replace(
152152
153153 POST /api/v3/order/cancelReplace
154154
155- https://developers.binance.com/docs/binance-spot-api-docs/rest-api/public-api -endpoints#cancel-an-existing-order-and-send-a-new-order-trade
155+ https://developers.binance.com/docs/binance-spot-api-docs/rest-api/trading -endpoints#cancel-an-existing-order-and-send-a-new-order-trade
156156
157157 Args:
158158 symbol (str)
@@ -206,7 +206,7 @@ def get_open_orders(self, symbol=None, **kwargs):
206206
207207 GET /api/v3/openOrders
208208
209- https://developers.binance.com/docs/binance-spot-api-docs/rest-api/public-api -endpoints#current-open-orders-user_data
209+ https://developers.binance.com/docs/binance-spot-api-docs/rest-api/trading -endpoints#current-open-orders-user_data
210210
211211 Args:
212212 symbol (str, optional)
@@ -226,7 +226,7 @@ def get_orders(self, symbol: str, **kwargs):
226226
227227 GET /api/v3/allOrders
228228
229- https://developers.binance.com/docs/binance-spot-api-docs/rest-api/public-api -endpoints#all-orders-user_data
229+ https://developers.binance.com/docs/binance-spot-api-docs/rest-api/trading -endpoints#all-orders-user_data
230230
231231 Args:
232232 symbol (str)
@@ -268,7 +268,7 @@ def new_oco_order(
268268
269269 POST /api/v3/orderList/oco
270270
271- https://developers.binance.com/docs/binance-spot-api-docs/rest-api/public-api -endpoints#new-order-list---oco-trade
271+ https://developers.binance.com/docs/binance-spot-api-docs/rest-api/trading -endpoints#new-order-list---oco-trade
272272
273273 Args:
274274 symbol (str)
@@ -345,7 +345,7 @@ def new_oto_order(
345345
346346 POST /api/v3/orderList/oto
347347
348- https://developers.binance.com/docs/binance-spot-api-docs/rest-api/public-api -endpoints#new-order-list---oto-trade
348+ https://developers.binance.com/docs/binance-spot-api-docs/rest-api/trading -endpoints#new-order-list---oto-trade
349349
350350 Args:
351351 symbol (str)
@@ -428,7 +428,7 @@ def new_otoco_order(
428428
429429 POST /api/v3/orderList/otoco
430430
431- https://developers.binance.com/docs/binance-spot-api-docs/rest-api/public-api -endpoints#new-order-list---otoco-trade
431+ https://developers.binance.com/docs/binance-spot-api-docs/rest-api/trading -endpoints#new-order-list---otoco-trade
432432
433433 Args:
434434 symbol (str)
@@ -502,7 +502,7 @@ def cancel_oco_order(self, symbol, **kwargs):
502502
503503 DELETE /api/v3/orderList
504504
505- https://developers.binance.com/docs/binance-spot-api-docs/rest-api/public-api -endpoints#cancel-order-list-trade
505+ https://developers.binance.com/docs/binance-spot-api-docs/rest-api/trading -endpoints#cancel-order-list-trade
506506
507507 Args:
508508 symbol (str)
@@ -526,7 +526,7 @@ def get_oco_order(self, **kwargs):
526526
527527 GET /api/v3/orderList
528528
529- https://developers.binance.com/docs/binance-spot-api-docs/rest-api/public-api -endpoints#query-order-list-user_data
529+ https://developers.binance.com/docs/binance-spot-api-docs/rest-api/trading -endpoints#query-order-list-user_data
530530
531531 Keyword Args:
532532 orderListId (int, optional): Either orderListId or listClientOrderId must be provided
@@ -544,7 +544,7 @@ def get_oco_orders(self, **kwargs):
544544
545545 GET /api/v3/allOrderList
546546
547- https://developers.binance.com/docs/binance-spot-api-docs/rest-api/public-api -endpoints#query-all-order-lists-user_data
547+ https://developers.binance.com/docs/binance-spot-api-docs/rest-api/trading -endpoints#query-all-order-lists-user_data
548548
549549 Keyword Args:
550550 fromId (int, optional): If supplied, neither startTime or endTime can be provided
@@ -563,7 +563,7 @@ def get_oco_open_orders(self, **kwargs):
563563
564564 GET /api/v3/openOrderList
565565
566- https://developers.binance.com/docs/binance-spot-api-docs/rest-api/public-api -endpoints#query-open-order-lists-user_data
566+ https://developers.binance.com/docs/binance-spot-api-docs/rest-api/trading -endpoints#query-open-order-lists-user_data
567567
568568 Keyword Args:
569569 recvWindow (int, optional): The value cannot be greater than 60000
@@ -580,7 +580,7 @@ def account(self, **kwargs):
580580
581581 GET /api/v3/account
582582
583- https://developers.binance.com/docs/binance-spot-api-docs/rest-api/public-api -endpoints#account-information-user_data
583+ https://developers.binance.com/docs/binance-spot-api-docs/rest-api/account -endpoints#account-information-user_data
584584
585585 Keyword Args:
586586 omitZeroBalances (bool, optional): When set to true, emits only the non-zero balances of an account. Default value: false
@@ -598,7 +598,7 @@ def my_trades(self, symbol: str, **kwargs):
598598
599599 GET /api/v3/myTrades
600600
601- https://developers.binance.com/docs/binance-spot-api-docs/rest-api/public-api -endpoints#account-trade-list-user_data
601+ https://developers.binance.com/docs/binance-spot-api-docs/rest-api/account -endpoints#account-trade-list-user_data
602602
603603 Args:
604604 symbol (str)
@@ -625,7 +625,7 @@ def get_order_rate_limit(self, **kwargs):
625625
626626 GET /api/v3/rateLimit/order
627627
628- https://developers.binance.com/docs/binance-spot-api-docs/rest-api/public-api -endpoints#query-unfilled-order-count-user_data
628+ https://developers.binance.com/docs/binance-spot-api-docs/rest-api/account -endpoints#query-unfilled-order-count-user_data
629629
630630 Keyword Args:
631631 recvWindow (int, optional): The value cannot be greater than 60000
@@ -658,7 +658,7 @@ def query_prevented_matches(self, symbol: str, **kwargs):
658658
659659 GET /api/v3/myPreventedMatches
660660
661- https://developers.binance.com/docs/binance-spot-api-docs/rest-api/public-api -endpoints#query-prevented-matches-user_data
661+ https://developers.binance.com/docs/binance-spot-api-docs/rest-api/account -endpoints#query-prevented-matches-user_data
662662
663663 Args:
664664 symbol (str)
@@ -681,7 +681,7 @@ def query_allocations(self, symbol: str, **kwargs):
681681
682682 GET /api/v3/myAllocations
683683
684- https://developers.binance.com/docs/binance-spot-api-docs/rest-api/public-api -endpoints#query-allocations-user_data
684+ https://developers.binance.com/docs/binance-spot-api-docs/rest-api/account -endpoints#query-allocations-user_data
685685
686686 Args:
687687 symbol (str)
@@ -705,7 +705,7 @@ def query_commission_rates(self, symbol: str, **kwargs):
705705
706706 GET /api/v3/account/commission
707707
708- https://developers.binance.com/docs/binance-spot-api-docs/rest-api/public-api -endpoints#query-commission-rates-user_data
708+ https://developers.binance.com/docs/binance-spot-api-docs/rest-api/account -endpoints#query-commission-rates-user_data
709709
710710 Args:
711711 symbol (str)
0 commit comments