This MCP server integrates with the Binance spot trading API, enabling automated cryptocurrency trading strategies. It leverages the @binance/connector library for API interactions and uses SQLite for local data storage. The implementation focuses on providing a robust foundation for algorithmic trading, with features like secure credential management via keytar. Ideal for developers looking to build custom trading bots or automate portfolio management on Binance.
暂无评论. 成为第一个评论的人!
登录以参与讨论
Create LIMIT or MARKET orders. Parameters: symbol (string), side (string), type (string), quantity (string), price (optional string), timeInForce (optional string)
Cancel an existing order. Parameters: symbol (string), orderId (string)
Check your account balances.
List all open orders. Parameters: symbol (optional string)
Create various types of futures orders. Parameters: symbol (string), side (string), type (string), quantity (string), price (optional string), stopPrice (optional string), callbackRate (optional string), timeInForce (optional string)
Adjust leverage for a trading pair. Parameters: symbol (string), leverage (integer)
Get all open futures positions.
Get detailed futures account information.
Get funding rate for a futures symbol. Parameters: symbol (string)
Cancel an existing futures order. Parameters: symbol (string), orderId (string)