Skip to content

Commit fcce60f

Browse files
author
方佳
committed
Merge branch 'main_merge_250118_01' into 'main'
[OpenAPI]: Add support for stock short selling and single-leg options See merge request webull/openapi-python-sdk!10
2 parents 1cc418d + 6351ee6 commit fcce60f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webull-python-sdk-trade/webullsdktrade/request/v2/get_order_detail_request.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
class OrderDetailRequest(ApiRequest):
1919
def __init__(self):
20-
ApiRequest.__init__(self, "/openapi/account/orders/detail", version='v1', method="GET", body_params={})
20+
ApiRequest.__init__(self, "/openapi/account/orders/detail", version='v1', method="GET", query_params={})
2121

2222
def set_account_id(self, account_id):
2323
self.add_query_param("account_id", account_id)

0 commit comments

Comments
 (0)