Back to skills

spot

workflows

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 suppor

Setup & Installation

npx skills add https://github.com/binance/spot --skill spot
or paste the link and ask your coding assistant to install it
https://github.com/binance/spot
View on GitHub

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