alpha

Retrieve Binance Alpha market data as structured JSON for analytics.

957|244|Updated Dec 30, 2025
One-click install
npx skills add https://github.com/tukuaiai/tradecat-public --skill alpha-tukuaiai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: alpha
Source: https://github.com/tukuaiai/tradecat-public/tree/main/resources/agent_market_context/binance/upstream/binance-skills-hub-main/skills/binance/alpha
Command: npx skills add https://github.com/tukuaiai/tradecat-public --skill alpha-tukuaiai

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

It solves the problem of retrieving Binance Alpha trading market information reliably and in a structured JSON format for downstream analysis and decision-making.

Core Features & Use Cases

  • Public endpoint access with standard parameters: Request ticker, aggregated trades, klines, and exchange info using symbol/interval/time-range inputs to support market monitoring and research.
  • Authenticated endpoint support (when needed): Use Binance API key and secret key for endpoints requiring signing, enabling access to protected Alpha-related resources such as token listings.
  • Security-conscious request behavior: Supports secure credential handling patterns (environment variables or secrets files) and implements signing requirements for authenticated calls.

Quick Start

Ask your Agent to call the alpha skill to get 24hr ticker data for a specific symbol from Binance and return the JSON response.

Frequently Asked Questions about alpha

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

FAQPage Schema
How do I fetch Binance klines and ticker statistics as structured JSON?

To fetch Binance klines and ticker statistics as structured JSON, request market data by specifying the target symbol, interval, and time range. The Skill retrieves public ticker data, aggregated trades, and exchange info for analytics and monitoring workflows.

How do I authenticate Binance Alpha endpoints for protected token listings?

To authenticate Binance Alpha endpoints for protected token listings, sign requests using your Binance API key and secret key. The Skill implements RFC 3986 percent-encoding for secure credential handling when accessing protected Alpha-related resources.

Do I need API keys to retrieve Binance market data for research workflows?

You do not need API keys to retrieve public Binance market data for research workflows. Standard parameters for ticker, klines, and aggregated trades can be requested anonymously, though authenticated endpoints require signing with an API key and secret.

What's the best way to get aggregated trades from Binance Alpha for analytics?

The best way to get aggregated trades from Binance Alpha for analytics is to construct correct request parameters for the target symbol. The Skill retrieves aggregated trade data and related trading context as structured JSON for downstream decision-making.

How should I handle Binance API credentials when signing authenticated requests?

To handle Binance API credentials when signing authenticated requests, use secure credential patterns like environment variables or secrets files. The Skill supports security-conscious behavior by implementing signing requirements and RFC 3986 percent-encoding rules.