Re-exports§
pub use client::BitgetClient;
Modules§
- account_
api - Bitget 账户相关接口
- asset_
api - Bitget 资产相关接口 示例:GET /api/mix/v1/account/account
- client
- Bitget HTTP 客户端实现
- consts
- Bitget 常量定义
- exceptions
- Bitget 交易所 API 异常处理
- fund_
flow_ api - Bitget 资金流水、特殊划转等接口
- history_
api - Bitget 历史成交相关接口 示例:GET /api/mix/v1/order/fills
- market_
api - Bitget 行情相关接口
- order_
api - Bitget 合约下单相关接口 示例:POST /api/mix/v1/order/place
- order_
query_ api - Bitget 订单查询相关接口 示例:GET /api/mix/v1/order/detail
- transfer_
api - Bitget 资金划转相关接口 示例:POST /api/spot/v1/wallet/transfer
- utils
- Bitget 工具函数
- ws_api
- Bitget WebSocket API Bitget WebSocket 行情与推送模块