Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README_EN.md #24

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 8 additions & 7 deletions bitget-python-sdk-api/README_EN.md
Original file line number Diff line number Diff line change
@@ -1,24 +1,25 @@

# bitget-python-sdk-api
A Python sdk for bitget exchange API
A Python SDK for bitget exchange API

<p align="center">
<a href="https://github.com/BitgetLimited/v3-bitget-api-sdk/blob/master/bitget-python-sdk-api/README.md">中文</a>
<a href="https://github.com/BitgetLimited/v3-bitget-api-sdk/blob/master/bitget-python-sdk-api/README.md"w>中文</a>
</p>

1. api documents: https://bitgetlimited.github.io/apidoc/zh/mix/#25e54147de
1. API documents: https://bitgetlimited.github.io/apidoc/zh/mix/#25e54147de


2. Download code and version requirements
- python verion 3.6+
- Python 3.6+
- Dependency: requests


3.
- Passphrase is set by the user. It should be noted that after the Passphrase is forgotten, it cannot be retrieved, and the APIKey needs to be recreated
- API Key application please refer to: https://bitgetlimited.github.io/apidoc/zh/swap/#c1ae0a8486
- Passphrase is set when API key is created. It cannot be recovered. If lost, the API key must be recreated: [API Key application](https://bitgetlimited.github.io/apidoc/zh/swap/#c1ae0a8486)
- param use_server_time's value is False if is True will use server timestamp
- param first's value is False if is True will print (url,method,body,headers,status)

---

PS:The SDK is only for reference, to lower the development threshold, and the related client program code issues need to be debugged locally.
These documents are for reference purposes only! Maintaining documentation takes time away from writing code. As such,
the code itself is the ultimate documentation