spot

Access Binance Spot trading API for trades, market data, and order management.

951|183|Updated Mar 3, 2026
One-click install
npx skills add https://github.com/binance/binance-skills-hub --skill spot-binance
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: spot
Source: https://github.com/binance/binance-skills-hub/tree/main/skills/binance/spot
Command: npx skills add https://github.com/binance/binance-skills-hub --skill spot-binance

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill allows AI agents to interact with the Binance Spot market, enabling them to execute trades, retrieve market data, and manage orders directly through API calls.

Core Features & Use Cases

  • Execute Trades: Place market or limit orders for various trading pairs.
  • Market Data Retrieval: Access real-time price tickers, order books, and historical klines.
  • Order Management: Query and cancel existing orders.
  • Use Case: An AI agent can monitor market sentiment and automatically place a buy order for BTCUSDT if a certain threshold is met.

Quick Start

Use the spot skill to get the current price of BTCUSDT.

Frequently Asked Questions about spot

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

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

To execute Binance spot trading orders via API, you can place market or limit orders for various trading pairs using authenticated endpoints. This requires integrating your API keys for secure transaction processing.

Can I fetch real-time cryptocurrency market data for order books and klines?

Yes, you can fetch real-time cryptocurrency market data for order books and historical klines. The API provides unauthenticated endpoints to access real-time price tickers and retrieve market information directly.

Does Binance API support testnet and demo environments for cryptocurrency trading?

Yes, Binance API supports testnet and demo environments for cryptocurrency trading. You can securely integrate your API keys to execute transactions and test order management across mainnet, testnet, and demo setups.

How do I manage and cancel existing orders on Binance Spot?

To manage and cancel existing orders on Binance Spot, the API provides specific authenticated endpoints. You can query existing orders and execute cancellations directly through programmatic API calls.

What's the best way to automate crypto trading based on market sentiment?

The best way to automate crypto trading based on market sentiment is using an AI agent with Binance Spot API access. Agents can monitor market thresholds and automatically place buy orders for pairs like BTCUSDT when conditions are met.