Setup & Installation
What This Skill Does
Binance Spot connects to the Binance REST API to place and manage spot orders, query market data, and retrieve account information. It handles HMAC/RSA/Ed25519 request signing automatically and supports mainnet, testnet, and demo environments. Instead of constructing signed requests by hand with curl and openssl each time, this skill handles timestamp generation, HMAC signing, and header setup automatically so you can focus on the trade logic.
When to use it
- Working with spot functionality
- Implementing spot features
- Debugging spot related issues
