binance-spot

Manages Binance Spot orders and retrieves market/account data via authenticated API requests.

5|Updated May 2, 2026
One-click install
npx skills add https://github.com/nirholas/three-ui --skill binance-spot
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: binance-spot
Source: https://github.com/nirholas/three-ui/tree/main/data/skills/trading/binance-spot
Command: npx skills add https://github.com/nirholas/three-ui --skill binance-spot

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps users place and manage Binance Spot orders and retrieve market/account data through authenticated API requests, avoiding manual API handling and inconsistent formatting.

Core Features & Use Cases

  • Market Data Queries: Pull exchange info, aggregated trades, candlesticks, depth, and multiple ticker variants for symbols and intervals.
  • Order Management: Create, query, cancel, and amend spot orders (including advanced order types like OCO and order lists) with JSON outputs.
  • Account Info & History: Retrieve account details, commission rates, trade history, open orders, and allocations for decision-making.

Quick Start

Ask the assistant to place a spot market BUY order for BNBUSDT on mainnet using your saved API credentials and return the resulting order JSON.

Frequently Asked Questions about binance-spot

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

FAQPage Schema
How do I place a spot market order on Binance using an API key?

To place a Binance spot market order, you submit a request to the authenticated trading endpoint using your API key and HMAC SHA256 secret key signing. The Skill executes the BUY or SELL action for a specific symbol and returns the resulting order details in JSON format.

What Binance spot market data can I retrieve through authenticated API endpoints?

Authenticated Binance spot API endpoints allow you to retrieve exchange info, aggregated trades, candlesticks, depth, and multiple ticker variants for specific symbols and intervals. The Skill formats this market and account information into JSON responses for analysis.

Can I manage open orders and cancel spot trades on Binance testnet and mainnet?

Yes, you can manage open orders and cancel spot trades across both Binance mainnet and testnet. The Skill handles authenticated order inspection, cancellation, and amendment actions, producing JSON outputs confirming the status of your managed orders.

Does Binance API authentication require HMAC SHA256 request signing for spot trading?

Yes, Binance API authentication for spot trading requires passing your API key via the X-MBX-APIKEY header and signing the request using HMAC SHA256 with your secret key. This ensures secure order management and account data retrieval.

How do I amend an existing Binance spot order or create an OCO order list?

You can amend an existing Binance spot order or create advanced OCO order lists by sending authenticated API requests to the respective endpoints. The Skill handles these complex order types and returns the updated order list status as JSON.

What account information and trade history can I fetch from Binance spot endpoints?

Binance spot endpoints allow you to fetch account details, commission rates, trade history, open orders, and allocations. The Skill retrieves this account information through authenticated requests to support your trading decisions and output it as JSON.