alpha

Authenticates Binance Alpha API requests to fetch ticker, trades, and klines data.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Facilitates secure, programmatic access to Binance Alpha endpoints by authenticating requests and simplifying data retrieval for developers.

Core Features & Use Cases

  • Authenticated access to Binance Alpha endpoints for data retrieval
  • Retrieve ticker data, aggregated trades, exchange information, klines, and support for token lists
  • Use cases include building dashboards, alerting on price moves, and automated analyses with signed requests

Quick Start

Authenticate with your Binance API key and secret, then call the available Alpha endpoints to fetch data.

Frequently Asked Questions about alpha

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

FAQPage Schema
How do I authenticate requests to Binance Alpha endpoints?

To authenticate Binance Alpha endpoints, you must sign requests using your Binance API key and secret. This skill enforces API key/secret authentication and provides security guidance for credential handling.

What data can I retrieve from Binance Alpha using signed API requests?

Signed Binance Alpha API requests allow you to fetch secured ticker data, aggregated trades, exchange information, klines, and token lists for building dashboards or automated analyses.

How do I get ticker and klines data from Binance Alpha programmatically?

You can retrieve Binance Alpha ticker and klines data by authenticating with your API key and secret, then calling the available Alpha endpoints to fetch the secured data.

Do I need API keys to access Binance Alpha endpoints?

Yes, you need a valid Binance API key and secret to access Binance Alpha endpoints. The skill enforces API key/secret authentication and requires signing for all protected endpoints.

What's the best way to handle Binance API credentials for automated data retrieval?

The best way to handle Binance API credentials is by following the security guidance provided by the skill, ensuring your API key and secret are properly managed when signing protected endpoint requests.

Are there limitations when fetching exchange information from Binance Alpha?

Binance Alpha data retrieval is limited to the provided endpoints: ticker, aggregated trades, exchange information, klines, and token lists, all requiring signed API key authentication.