createOrder
Execute cryptocurrency trades by creating buy or sell orders through the CCXT MCP Server. Specify account, symbol, type, side, and amount to interact with over 100 exchanges.
Instructions
Create a new order using a configured account
Input Schema
Name | Required | Description | Default |
---|---|---|---|
accountName | Yes | Account name defined in the configuration file (e.g., 'bybit_main') | |
amount | Yes | Amount of base currency to trade | |
params | No | Additional exchange-specific parameters | |
price | No | Price per unit (required for limit orders) | |
side | Yes | Order side: 'buy' or 'sell' | |
symbol | Yes | Trading symbol (e.g., 'BTC/USDT') | |
type | Yes | Order type: 'market' or 'limit' |
Input Schema (JSON Schema)
You must be authenticated.
Other Tools from CCXT MCP Server
Related Tools
- @doggybee/mcp-server-ccxt
- @lazy-dinosaur/ccxt-mcp
- @lazy-dinosaur/ccxt-mcp
- @lazy-dinosaur/ccxt-mcp
- @doggybee/mcp-server-ccxt