# Python

Official Python SDK for the Bitget API (Python 3.6+).

**Code path**:`v2`

## Install

```bash
pip install requests
pip install websocket-client
```

## Usage

Import the client module and construct a client with your credentials. Full examples live in the `v2` module of the repository.


More: [Python SDK](https://github.com/BitgetLimited/v3-bitget-api-sdk/tree/master/bitget-python-sdk-api)

