Skip to content

BITMART Documentation

English

Welcome to the BITMART documentation for bt_api.

Quick Start

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

中文

欢迎使用 bt_api 的 BITMART 文档。

快速开始

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

API Reference

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