What problem does it solve?
It solves the problem of getting up-to-date Binance account, asset, and balance information through a standardized API interface without manually crafting requests.
Core Features & Use Cases
- Authenticated Binance Assets API calls: Retrieves data from Binance API endpoints that require an API key and secret key for USER_DATA routes.
- JSON responses for downstream agents: Returns results in JSON format so an agent can validate, audit, or reason over account/asset context.
- Wide coverage of account and asset endpoints: Supports many asset/account-related queries such as trading status, account info/status, asset details, balances, deposits/withdrawals, and related configurations.
- Use Case: An agent needs to enrich a paper-trading workflow with current wallet/asset context (e.g., balances, asset details, or deposit/withdraw history) while staying within read-only public processes.
Quick Start
Call the assets skill to request asset and account data from Binance for the endpoints you specify, ensuring you have BINANCE_API_KEY and BINANCE_SECRET_KEY available for authenticated requests.