Gives you programmatic access to Binance Alpha's trading data through five REST endpoints covering ticker stats, aggregated trades, exchange info, candlestick data, and token lists. All endpoints are unauthenticated despite the skill requiring API credentials for setup, which is a bit odd but means you can pull market data without auth hassle. Supports flexible filtering by trade ID, timestamp ranges, and multiple timeframe intervals from one second to one month for klines. The built-in credential masking is thoughtful if you're sharing code or logs. If you're building trading bots, dashboards, or just need programmatic access to Binance Alpha markets without wrestling with their API docs directly, this handles the request formatting for you.
npx skills add https://github.com/binance/binance-skills-hub --skill alpha