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 for LIMIT orders).
Cancel an existing order. Parameters: symbol (string), orderId (string).
Check your account balances. Returns: balances object with currency as keys and amounts as values.
List all open orders. Parameters: symbol (optional string to specify the symbol).
Create various types of futures orders. Parameters: symbol (string), side (string), type (string), quantity (string), price (optional string for LIMIT orders), stopPrice (optional string for STOP_MARKET orders), callbackRate (optional string for TRAILING_STOP_MARKET orders), timeInForce (optional string for LIMIT orders).
Adjust leverage for a trading pair. Parameters: symbol (string), leverage (integer between 1-125).
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).