Binance TH

MCP server for Binance Thailand (Gulf Binance) API — trade crypto, monitor markets, and manage your account.

От сообщества: Добавлен пользователем или импортирован; проверьте владельца перед подключениемРаботаетБез входаГлобальныйБесплатноМожет изменять данные

Что умеет

  • Bth Server Time: Get Binance TH server time (millisecond timestamp). Use to check connectivity and sync timestamps for signed requests.
  • Bth Exchange Info: Get exchange information including trading rules, symbol list, filters (PRICE_FILTER, LOT_SIZE, MIN_NOTIONAL), and rate limits.
  • Bth Symbol Type: Check if symbols are GLOBAL (international) or SITE (Thailand-specific). Returns type classification for all trading pairs.

Какие данные видит

Нужен ли аккаунт

Не нужен: сервер работает без входа

MCP server for Binance Thailand (Gulf Binance) API — trade crypto, monitor markets, and manage your account.

Features

  • Real-time market data: prices, order books, candlesticks, 24hr stats (no API key needed)
  • Place and manage orders: LIMIT, MARKET, STOP_LOSS, TAKE_PROFIT, and more
  • Account management: balances, trade history, fee rates
  • Wallet operations: deposits, withdrawals, address management
  • Sub-account transfers and user data stream management
  • HMAC SHA256 signed requests for secure trading

27 Tools

General (3): server time, exchange info, symbol types (GLOBAL vs SITE/Thailand) Market Data (7): order book, recent trades, aggregate trades, klines/candlesticks, 24hr ticker, price ticker, book ticker Account (3): account info/balances, trade history, trade fees Orders (6): place order, query order, cancel order, open orders, all orders, cancel all orders Wallet (4): withdraw, deposit address, deposit history, withdraw history SubAccount (1): transfer between sub-accounts User Data Stream (3): create, keepalive, close listen key

Configuration

  • BINANCE_TH_API_KEY — API key from https://www.binance.th (API Management)
  • BINANCE_TH_SECRET_KEY — Secret key for HMAC signing

⚠️ WARNING: No testnet. All trading and withdrawals use real money.

Список инструментов сервера (27)

Технические названия из tools/list. Нужны только разработчикам.

bth_server_timeGet Binance TH server time (millisecond timestamp). Use to check connectivity and sync timestamps for signed requests.
bth_exchange_infoGet exchange information including trading rules, symbol list, filters (PRICE_FILTER, LOT_SIZE, MIN_NOTIONAL), and rate limits.
bth_symbol_typeCheck if symbols are GLOBAL (international) or SITE (Thailand-specific). Returns type classification for all trading pairs.
bth_order_bookGet order book (bids and asks) for a symbol. Limit controls depth: 1-100 (weight 1), 101-500 (weight 5), 501-1000 (weight 10).
bth_recent_tradesGet recent trades for a symbol. Returns up to 1000 most recent trades.
bth_aggregate_tradesGet compressed/aggregate trades for a symbol. Trades that fill at the same time, price, and side are aggregated.
bth_klinesGet candlestick/kline data for a symbol. Returns OHLCV data (open, high, low, close, volume) for the specified interval.
bth_ticker_24hrGet 24-hour price change statistics for a symbol. Includes price change, high/low, volume, and trade count.
bth_ticker_priceGet latest price for a symbol or all symbols. If symbol is omitted, returns prices for all trading pairs.
bth_book_tickerGet best bid/ask price and quantity for a symbol.
bth_account_infoGet account information including balances, commission rates, and trading permissions. Requires API key with SIGNED security.
bth_trade_listGet trade history for a specific symbol. Returns executed trades with price, quantity, commission, and timestamps.
bth_trade_feeGet trading fee rates (maker and taker commission) for one or all symbols.
bth_query_orderQuery a specific order by orderId or origClientOrderId. Returns order status, filled quantity, and execution details.
bth_new_orderPlace a new order. WARNING: This uses REAL MONEY. Supports LIMIT, MARKET, STOP_LOSS, STOP_LOSS_LIMIT, TAKE_PROFIT, TAKE_PROFIT_LIMIT, LIMIT_MAKER order types.
bth_cancel_orderCancel an active order by orderId or origClientOrderId.
bth_open_ordersGet all open orders for a symbol or all symbols. Without symbol: weight 40, with symbol: weight 3.
bth_all_ordersGet all orders (active, canceled, filled) for a symbol. Supports time range and pagination.
bth_cancel_all_ordersCancel all open orders for a symbol. WARNING: This cancels ALL pending orders at once.
bth_withdrawWithdraw cryptocurrency to an external address. WARNING: Withdrawals are IRREVERSIBLE. Double-check address and amount before confirming.
bth_deposit_addressGet deposit address for a specific coin and network.
bth_deposit_historyGet deposit history with optional filters by coin, status (0=pending, 1=success), and time range.
bth_withdraw_historyGet withdrawal history. Status codes: 0=email sent, 1=cancelled, 2=awaiting approval, 3=rejected, 4=processing, 5=failure, 6=completed.
bth_sub_account_transferTransfer assets between sub-accounts. WARNING: Transfers real funds between accounts.
bth_create_listen_keyCreate a listen key for user data stream (WebSocket). The key is valid for 60 minutes and must be kept alive with keepalive requests.
bth_keepalive_listen_keyKeepalive a listen key to extend its validity. Should be called every 60 minutes to prevent expiration.
bth_close_listen_keyClose/invalidate a listen key. The associated user data stream will be terminated.