place-market-order
Execute a market order on supported exchanges via the CCXT MCP Server. Input exchange, symbol, side, amount, API key, and secret to buy or sell assets instantly. Supports spot, futures, swaps, options, and margin markets.
Instructions
Place a market order on an exchange
Input Schema
Name | Required | Description | Default |
---|---|---|---|
amount | Yes | Amount to buy/sell | |
apiKey | Yes | API key for authentication | |
exchange | Yes | Exchange ID (e.g., binance, coinbase) | |
marketType | No | Market type (default: spot) | |
secret | Yes | API secret for authentication | |
side | Yes | Order side: buy or sell | |
symbol | Yes | Trading pair symbol (e.g., BTC/USDT) |
Input Schema (JSON Schema)
You must be authenticated.
Other Tools from CCXT MCP Server
- account-balance
- batch-get-tickers
- cache-stats
- clear-cache
- clear-exchange-cache
- get-exchange-info
- get-funding-rates
- get-leverage-tiers
- get-markets
- get-market-types
- get-ohlcv
- get-orderbook
- get-proxy-config
- get-ticker
- get-trades
- list-exchanges
- place-futures-market-order
- place-market-order
- set-leverage
- set-log-level
- set-margin-mode
- set-market-type
- set-proxy-config
- test-proxy-connection
Related Tools
- @lazy-dinosaur/ccxt-mcp
- @rand-tech/pcm
- @doggybee/mcp-server-ccxt
- @lazy-dinosaur/ccxt-mcp
- @lazy-dinosaur/ccxt-mcp