diff --git a/bitget-python-sdk-api/README_EN.md b/bitget-python-sdk-api/README_EN.md index b46dc4e7..3601a8f2 100644 --- a/bitget-python-sdk-api/README_EN.md +++ b/bitget-python-sdk-api/README_EN.md @@ -1,24 +1,25 @@ # bitget-python-sdk-api -A Python sdk for bitget exchange API +A Python SDK for bitget exchange API
-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. \ No newline at end of file +These documents are for reference purposes only! Maintaining documentation takes time away from writing code. As such, +the code itself is the ultimate documentation