@349/binance

Place and cancel spot and futures orders on Binance via CCXT.

1|2|Updated Feb 25, 2026
One-click install
npx skills add https://github.com/Starchild-ai-agent/community-skills --skill 349-binance
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: @349/binance
Source: https://github.com/Starchild-ai-agent/community-skills/tree/main/349/binance
Command: npx skills add https://github.com/Starchild-ai-agent/community-skills --skill 349-binance

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires ccxt, and includes scripts (resource) components.

What problem does it solve?

This Skill allows users to interact with the Binance cryptocurrency exchange for trading spot and futures, managing orders, and accessing account information directly through the Starchild agent, eliminating the need to manually navigate the exchange's interface for many common tasks.

Core Features & Use Cases

  • Trading: Place market, limit, stop, and OCO orders for both spot and USDM futures.
  • Account Management: Check balances, view open orders, and review order history.
  • Market Data: Access real-time ticker prices, order books, and OHLCV data.
  • Use Case: Automatically place a limit buy order for BTC/USDT on Binance when the price drops to a specified level, and set a corresponding OCO order to take profit or cut losses.

Quick Start

Use the binance skill to get the current BTC/USDT price.

Frequently Asked Questions about @349/binance

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

FAQPage Schema
How do I place spot and futures orders on Binance using an AI agent?

You can execute Binance spot and futures trading by issuing commands to place market, limit, stop, trailing, and OCO orders directly through the agent. This eliminates manual navigation of the exchange interface.

Can I manage Binance account balances and open positions programmatically?

Yes, you can retrieve Binance account information including balance checks and position reviews. The Skill queries your account data directly without requiring manual exchange logins.

What do I need to start trading crypto on Binance through the agent?

You need the CCXT Python library installed and valid Binance API credentials configured as environment variables. These prerequisites enable secure access to your exchange account.

How do I get real-time market data like ticker prices and order books for crypto?

You can fetch real-time Binance market data including ticker prices, order books, and OHLCV data. Requesting this information helps inform your spot and futures trading decisions.

Does this approach support advanced order types like OCO and trailing stops for crypto?

Yes, it supports advanced Binance order types including One-Cancels-the-Other (OCO) and trailing stop orders for both spot and USDM futures, allowing automated take profit and loss management.

Are there limitations when automating Binance spot and futures trades via CCXT?

Trading relies entirely on the CCXT library integration and correct API environment variable configuration. Without proper API access setup, order placement, cancellation, and account retrieval will fail.