| name | binance |
| description | Use binance-cli for Binance Spot, Futures (USD-S), and Convert. Requires auth. |
| metadata | {"version":"1.1.0","author":"Binance","openclaw":{"requires":{"bins":["binance-cli"]},"install":[{"kind":"node","package":"@binance/binance-cli","bins":["binance-cli"],"label":"Install binance-cli (npm)"}]}} |
| license | MIT |
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.
Helper Commands
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.
- For endpoints not listed in the skill, use
binance-cli request (GET|POST|PUT...) <url> [--signed]. Any Parameters can be added to the request (e.g: --param1 value --param2 value).