alpha
Installation
Summary
Access Binance Alpha market data and trading endpoints with authenticated API requests.
- Provides five core endpoints for ticker data, aggregated trades, exchange info, candlestick data, and token lists
- Supports multiple timeframe intervals (1s to 1M) for klines and flexible filtering by trade ID, timestamp range, and result limit
- Requires API key and secret key for authenticated endpoints; includes HMAC SHA256, RSA, and Ed25519 signing modes
- Built-in credential masking and account management to prevent accidental exposure of sensitive keys
SKILL.md
Binance Alpha Skill
Alpha request on Binance using authenticated API endpoints. Requires API key and secret key for certain endpoints. Return the result in JSON format.
Quick Reference
| Endpoint | Description | Required | Optional | Authentication |
|---|---|---|---|---|
/bapi/defi/v1/public/alpha-trade/ticker (GET) |
Ticker (24hr Price Statistics) | symbol | None | No |
/bapi/defi/v1/public/alpha-trade/agg-trades (GET) |
Aggregated Trades | symbol | fromId, startTime, endTime, limit | No |
/bapi/defi/v1/public/alpha-trade/get-exchange-info (GET) |
Get Exchange Info | None | None | No |
/bapi/defi/v1/public/alpha-trade/klines (GET) |
Klines (Candlestick Data) | symbol, interval | limit, startTime, endTime | No |
/bapi/defi/v1/public/wallet-direct/buw/wallet/cex/alpha/all/token/list (GET) |
Token List | None | None | No |
Parameters
Common Parameters
Related skills