Binance/spot — Agent Skills | officialskills.sh
Back to skills

spot

communityworkflows

Binance Spot connects to the Binance REST API to place and manage spot orders, query market data, and retrieve account information.

Setup & Installation

npx skills add https://github.com/binance/binance-skills-hub --skill spot
or paste the link and ask your coding assistant to install it
https://github.com/binance/binance-skills-hub/tree/main/skills/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

  • Placing a limit buy order on BTCUSDT from the command line
  • Pulling 1-hour candlestick data for a trading pair to feed into a script
  • Checking open orders and canceling stale ones without logging into the web UI
  • Querying account balances while filtering out zero-balance assets
  • Setting up OCO orders to automate take-profit and stop-loss on a position