Bitget APIBitget API
统一账户经典账户
旧文档
  • 概览
  • API 文档
  • WebSocket
  • Agent Hub
  • SDK
  • 更新日志
Copied to clipboard
概览
SDK与工具
JavaPythonNode.jsGolangPHP
SDK

Python

Bitget 官方 Python SDK(Python 3.6+)。

代码路径:v2

安装

TerminalCode
pip install requests pip install websocket-client

使用

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

更多:Python SDK

JavaNode.js
On this page
  • 安装
  • 使用