binance_spot

Place, cancel, and query Binance spot orders via the REST API.

12|1|Updated Mar 13, 2026
One-click install
npx skills add https://github.com/draguris/dragonclaw --skill binance-spot-draguris
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: binance_spot
Source: https://github.com/draguris/dragonclaw/tree/main/src/skills/binance/spot
Command: npx skills add https://github.com/draguris/dragonclaw --skill binance-spot-draguris

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill streamlines Binance spot trading processes, including placing, canceling, and querying orders, saving users time and reducing errors.

Core Features & Use Cases

  • Trade Automation: Execute trades, including market and limit orders, on Binance.
  • Balance Checking: View account balances and order statuses.
  • Use Case: Users can automate common trading tasks, such as buying or selling crypto, without manually logging into the Binance platform.

Quick Start

To place a limit order for BTCUSDT on Binance, use the binance_spot skill with the following command: place_order BTCUSDT buy limit 0.001 50000

Frequently Asked Questions about binance_spot

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate Binance spot trading orders via API?

Automate Binance spot trading by using this Skill to place, cancel, and query orders through the Binance REST API. It handles market and limit orders programmatically, reducing manual login and execution errors.

Can I check my Binance account balance and order status without logging into the platform?

Yes, you can check Binance account balances and query order statuses directly through API calls. This Skill retrieves current account data via the Binance REST API without requiring manual platform access.

Do I need a Binance API key and secret to automate spot trading?

Yes, valid Binance API key and secret credentials are required for authentication. This Skill uses these credentials to securely authorize spot trading operations, balance checks, and order management via the REST API.

How do I place a limit order for BTCUSDT using Binance API automation?

Place a limit order for BTCUSDT by executing the command: place_order BTCUSDT buy limit 0.001 50000. This Skill formats the API request with your parameters and submits it directly to Binance.

What are the limitations of using API automation for Binance spot trading?

This Skill is limited to Binance spot trading operations including order placement, cancellation, querying, and balance checking. It does not support futures or margin trading, relying solely on the Binance REST API endpoints.

Is there a way to cancel open crypto orders on Binance automatically?

Yes, automatically cancel open spot orders on Binance by issuing a cancel command through this Skill. It sends cancellation requests to the Binance REST API using your authenticated credentials and order identifiers.