mcp-server-bn
This project is an MCP Server dedicated to integrating with Binance for efficient spot and futures trading. It offers robust tools for order creation, leverage management, and security considerations such as API key management.
How do I securely store my Binance API keys?
Use environment variables or secure key storage solutions and never commit them to version control.
What are the rate limits for Binance API?
The default rate limits are 1200 requests per minute for order operations and 100 requests per second for market data.
What is the difference between isolated and cross margin?
Isolated margin limits risk to the allocated margin per position, while cross margin shares margin across positions, offering higher capital efficiency but shared risk.
How can I handle common error scenarios?
Implement error handling for invalid API credentials, insufficient balance, invalid order parameters, and rate limit exceeded errors.
What security measures should I consider for futures trading?
Set appropriate leverage limits, use stop-loss orders, monitor liquidation prices, and consider using reduce-only orders for risk management.