Skip to content

BITGET Documentation

English

Welcome to the BITGET documentation for bt_api.

Quick Start

pip install bt_api_bitget
from bt_api_bitget import BitgetApi
feed = BitgetApi(api_key="your_key", secret="your_secret")
ticker = feed.get_ticker("BTCUSDT")

中文

欢迎使用 bt_api 的 BITGET 文档。

快速开始

pip install bt_api_bitget
from bt_api_bitget import BitgetApi
feed = BitgetApi(api_key="your_key", secret="your_secret")
ticker = feed.get_ticker("BTCUSDT")

API Reference

See source code in src/bt_api_bitget/ for detailed API documentation.