binance

Automate cryptocurrency trading and market data retrieval via Binance API.

Updated Feb 10, 2026
One-click install
npx skills add https://github.com/ticruz38/skills --skill binance
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: binance
Source: https://github.com/ticruz38/skills/tree/main/examples/skills/binance
Command: npx skills add https://github.com/ticruz38/skills --skill binance

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires openssl, curl, jq.

What problem does it solve?

Binance integration enables programmatic access to trading and market data via the Binance API, supporting automated balance checks, price queries, and order execution.

Core Features & Use Cases

  • Real-time price ticker for trading pairs (e.g., BTCUSDT)
  • Balance lookup and portfolio checks on a chosen environment (testnet or live)
  • Place market orders (buy/sell) with appropriate safety warnings and testnet support
  • Use Case: Automate daily trading tasks and risk monitoring with automated alerts

Quick Start

Tell the skill to check your USDT balance on testnet and fetch the BTCUSDT price.

Frequently Asked Questions about binance

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

FAQPage Schema
How do I automate cryptocurrency trading and market data retrieval via the Binance API?

You can automate cryptocurrency trading and market data retrieval via the Binance API using this skill, which handles credential signing and endpoint configuration for balance checks, price quotes, and order placement.

Can I place market orders and check balances on the Binance testnet environment?

Yes, you can place market orders and check balances on the Binance testnet. The skill supports configurable testnet and live endpoints, allowing safe order execution and portfolio checks with appropriate safety warnings.

What dependencies do I need to run signed requests for Binance API integration?

You need openssl, curl, and jq installed to run signed requests for Binance API integration. These dependencies facilitate secure credential handling, HTTP requests, and JSON data parsing for market data retrieval.

How do I get a real-time price ticker for trading pairs like BTCUSDT?

Get a real-time price ticker for trading pairs like BTCUSDT by querying the market data retrieval functionality. The skill fetches current price quotes directly from the Binance API for specified cryptocurrency pairs.

Does Binance API automation support environment variables for credential handling?

Yes, Binance API automation supports environment variables for credential handling and onboarding. This allows secure configuration of API keys and secrets needed for signing requests to access live or testnet environments.