alpha

Authenticate and query Binance Alpha endpoints for market data.

1|Updated Mar 16, 2026
One-click install
npx skills add https://github.com/ImSnigdho/SSC-Scholar-Trader-Agent --skill alpha-imsnigdho
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: alpha
Source: https://github.com/ImSnigdho/SSC-Scholar-Trader-Agent/tree/main/.agents/skills/alpha
Command: npx skills add https://github.com/ImSnigdho/SSC-Scholar-Trader-Agent --skill alpha-imsnigdho

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Authenticates and queries Binance Alpha endpoints to fetch market data.

Core Features & Use Cases

  • Real-time authenticated access to Binance Alpha endpoints such as ticker, agg-trades, exchange-info, klines, and wallet token lists.
  • Secure credential management and request signing with API key and secret key to enable automated trading workflows.
  • Use Case: Seamlessly integrate Binance data into a trading bot or analytics dashboard that requires signed requests.

Quick Start

Provide your Binance API credentials to fetch data from an Alpha endpoint.

Frequently Asked Questions about alpha

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

FAQPage Schema
How do I authenticate Binance Alpha API requests for automated trading?

To authenticate Binance Alpha API requests, you must provide your API key and secret key to generate an HMAC SHA256 signature, enabling secure access to market data endpoints for automated trading workflows.

What market data can I retrieve from Binance Alpha endpoints using API key authentication?

Using API key authentication, you can retrieve real-time market data from Binance Alpha endpoints including ticker, agg-trades, exchange-info, klines, and wallet token-list for analytics dashboards.

Can I use this Skill to fetch Binance Alpha klines and exchange-info for market analysis?

Yes, you can fetch Binance Alpha klines and exchange-info for market analysis by securely managing your API credentials and submitting signed requests to the designated data retrieval endpoints.

How does HMAC SHA256 signing work for Binance Alpha API queries?

HMAC SHA256 signing secures Binance Alpha API queries by hashing your API key and secret key with the request parameters, ensuring that automated trading workflows transmit authenticated and tamper-proof data requests.

Do I need a Binance API key and secret key to access the wallet token-list endpoint?

Yes, accessing the Binance Alpha wallet token-list endpoint requires a valid API key and secret key to perform HMAC SHA256 request signing for secure credential management and authenticated data retrieval.