Skip to content

Commit ef1296e

Browse files
author
方佳
committed
Merge branch 'main_merge_251122' into 'main'
feat: Supports Webull HK and Webull US See merge request webull/webull-openapi-python-sdk!5
2 parents 2a1ae3e + 2c0a494 commit ef1296e

48 files changed

Lines changed: 726 additions & 391 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

README.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,10 @@ Subscription to real-time information: Subscribe to order status changes, market
1616

1717
- Please first generate the app key and app secret on the Webull official website.
1818

19-
| Broker | Link |
20-
|-----------|-----------------------|
21-
| Webull HK | https://www.webull.hk |
19+
| Broker | Link |
20+
|-----------|-------------------------------------------------|
21+
| Webull HK | https://www.webull.hk/open-api |
22+
| Webull US | https://www.webull.com/center#openApiManagement |
2223

2324
- Requires Python 3.7 through 3.11.
2425

@@ -34,6 +35,7 @@ The bottom layer of Webull OpenAPI provides three protocols, HTTP / GRPC / MQTT,
3435

3536
## Developer documentation
3637

37-
| Broker | Link |
38-
|-----------|---------------------------------------|
39-
| Webull HK | https://developer.webull.hk/apis/docs |
38+
| Broker | Link |
39+
|-----------|----------------------------------------|
40+
| Webull HK | https://developer.webull.hk/apis/docs |
41+
| Webull US | https://developer.webull.com/apis/docs |

samples/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.0.2"
1+
__version__ = "1.0.3"

0 commit comments

Comments
 (0)