General Info
This is the documentation for the Binance Alpha Trade. All endpoints use HTTP GET requests and return data in JSON format. No authentication is required as they are public endpoints.
Important Note
To use the endpoints that require a symbol parameter (e.g., for trading volume, historical trades, or Kline data), first call the Token List endpoint to retrieve the list of available tokens. From the response, identify the corresponding ALPHA token ID based on the symbol name (e.g., "ZKJ" or "QUQ"). Then, construct the symbol parameter in the format ALPHA_<token_id><quote_asset> (e.g., ALPHA_173USDT for token ID 173 with USDT).