alpha

Retrieve Binance market data including tickers, trades, exchange details, and candlesticks.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides direct access to real-time and historical market data from Binance, enabling users to make informed trading decisions and track asset performance.

Core Features & Use Cases

  • Real-time Market Data: Fetch ticker prices, aggregated trades, and candlestick (klines) data for various trading pairs.
  • Exchange Information: Retrieve comprehensive details about the Binance exchange, including supported symbols and trading rules.
  • Token Listing: Get a list of all available tokens on Binance.
  • Use Case: An analyst needs to quickly check the 24-hour price change and trading volume for ALPHA/USDT to assess its recent performance.

Quick Start

Use the alpha skill to get the ticker information for the symbol ALPHA_175USDT.

Frequently Asked Questions about alpha

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

FAQPage Schema
How do I retrieve real-time Binance market data and ticker prices for crypto trading pairs?

To retrieve Binance market data, you can fetch real-time ticker prices and aggregated trades for various crypto trading pairs via API endpoints. This allows you to track asset performance and make informed trading decisions.

Do I need an API key and secret key to fetch Binance candlestick and klines data?

You do not need an API key and secret key for unauthenticated requests like fetching candlestick and klines data. However, specific authenticated Binance DeFi and trading endpoints do require these credentials.

Can I get a list of all available tokens and exchange details directly from the Binance API?

Yes, you can retrieve comprehensive Binance exchange information, including a list of all available tokens, supported symbols, and trading rules, directly through the API.

What's the best way to check 24-hour price changes and trading volume for a specific crypto pair?

The best way to check 24-hour price changes and trading volume for a specific crypto pair is by retrieving real-time ticker information from the Binance API, which provides up-to-date performance metrics.

Does the Binance API support both historical klines and aggregated trades for market analysis?

Yes, the Binance API supports fetching both historical candlestick klines and aggregated trades, providing the necessary market data for comprehensive historical performance analysis.

What are the limitations when using unauthenticated requests for Binance market data?

Unauthenticated requests are limited to public market data endpoints such as ticker information, klines, and exchange details. Accessing specific authenticated DeFi and trading endpoints requires providing an API key and secret key.