binance-api-usage
Installation
SKILL.md
Binance API Usage Skill
This skill provides a structured way to interact with the Binance exchange using the python-binance Python wrapper.
Core Workflows
1. Market Data Retrieval
Fetch current prices, order books, or historical K-line (candle) data.
- Reference: See references/api_usage.md
- Example Script: scripts/historical_data.py
2. Account & Portfolio Management
Check balances and manage account settings.
- Example Script: scripts/basic_ops.py
3. Order Execution
Place Market, Limit, or OCO (One-Cancels-the-Other) orders.
- Reference: See references/api_usage.md
- Example Script: scripts/order_examples.py