Binance MCP Server
JSON →Interact with the Binance API to view portfolios, convert tokens, and execute trades with minimal market impact.
Tools · 17
- get_account_info Retrieve account information including balances and permissions.
- get_exchange_info Get exchange trading rules and symbol information.
- get_ticker_price Get current price for a symbol.
- get_klines Get kline/candlestick data for a symbol.
- get_order_book Get order book depth for a symbol.
- get_recent_trades Get recent trades for a symbol.
- get_historical_trades Get historical trades for a symbol.
- get_24hr_ticker Get 24-hour ticker statistics for a symbol.
- get_avg_price Get average price for a symbol.
- get_open_orders Get all open orders for a symbol.
- get_all_orders Get all orders for a symbol.
- get_order Get order status by order ID.
- create_order Create a new order.
- cancel_order Cancel an existing order.
- cancel_all_orders Cancel all open orders for a symbol.
- get_my_trades Get account trade history for a symbol.
- get_commission_rates Get commission rates for a symbol.
Environment variables
BINANCE_API_KEYBINANCE_API_SECRET
Links
★ 83 GitHub stars