binance

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

Binance

币安

Use
binance-cli
for Binance Spot, Futures (USD-S), and Convert. Requires auth.
PREREQUISITE: Read
auth.md
for auth, global flags, and security rules.
使用
binance-cli
可操作币安现货、U本位合约(USD-S)以及闪兑功能,需要完成认证。
前置要求: 请阅读
auth.md
了解认证方式、全局参数和安全规则。

Helper Commands

辅助命令

CommandDescription
spot
Binance Spot
convert
Binance Convert
futures-usds
Binance Derivatives Trading USDS Futures
命令描述
spot
币安现货
convert
币安闪兑
futures-usds
币安衍生品交易U本位合约

Notes

注意事项

  • ⚠️ Prod transactions — always ask user to type
    CONFIRM
    before executing.
  • Append
    --profile <name>
    to any command to use a non-active profile.
  • All authenticated endpoints accept optional
    --recvWindow <ms>
    (max 60 000).
  • Timestamps (
    startTime
    ,
    endTime
    ) are Unix ms.
  • ⚠️ 生产环境交易 — 执行前必须要求用户输入
    CONFIRM
    确认。
  • 任意命令后追加
    --profile <name>
    可使用非激活配置文件。
  • 所有需要认证的接口都支持可选参数
    --recvWindow <ms>
    (最大值为60000)。
  • 时间戳(
    startTime
    endTime
    )为Unix毫秒格式。