Skip to main content
Glama
nirholas

Binance.US MCP Server

by nirholas

binance_us_new_order

Place new trading orders on Binance.US for spot trading, supporting multiple order types including LIMIT, MARKET, STOP_LOSS, and TAKE_PROFIT to execute buy or sell transactions.

Instructions

Place a new trade order on Binance.US. Supports LIMIT, MARKET, STOP_LOSS, STOP_LOSS_LIMIT, TAKE_PROFIT, TAKE_PROFIT_LIMIT, and LIMIT_MAKER order types.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
symbolYesTrading pair symbol (e.g., BTCUSD, ETHUSD)
sideYesOrder side: BUY or SELL
typeYesOrder type: LIMIT, MARKET, STOP_LOSS, STOP_LOSS_LIMIT, TAKE_PROFIT, TAKE_PROFIT_LIMIT, LIMIT_MAKER
timeInForceNoTime in force: GTC (Good Till Cancel), IOC (Immediate Or Cancel), FOK (Fill Or Kill). Required for LIMIT orders.
quantityNoOrder quantity in base asset. Required for most order types.
quoteOrderQtyNoOrder quantity in quote asset. Can be used for MARKET orders instead of quantity.
priceNoOrder price. Required for LIMIT and LIMIT_MAKER orders.
newClientOrderIdNoUnique client order ID. Auto-generated if not provided.
stopPriceNoStop price. Required for STOP_LOSS_LIMIT and TAKE_PROFIT_LIMIT orders.
trailingDeltaNoTrailing delta for trailing stop orders in BIPS (1 BIP = 0.01%).
icebergQtyNoIceberg quantity for iceberg orders. timeInForce must be GTC.
newOrderRespTypeNoResponse type: ACK, RESULT, or FULL. MARKET/LIMIT default to FULL, others to ACK.
selfTradePreventionModeNoSelf-trade prevention mode: EXPIRE_TAKER, EXPIRE_MAKER, EXPIRE_BOTH, NONE.
recvWindowNoReceive window in milliseconds (max 60000).

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/nirholas/Binance-US-MCP'

If you have feedback or need assistance with the MCP directory API, please join our Discord server