fetchOrder
Retrieve detailed information about a specific cryptocurrency order using the configured account, order ID, and trading symbol via the CCXT MCP Server.
Instructions
Fetch information about a specific order using a configured account
Input Schema
Name | Required | Description | Default |
---|---|---|---|
accountName | Yes | Account name defined in the configuration file (e.g., 'bybit_main') | |
id | Yes | Order ID to fetch | |
params | No | Additional exchange-specific parameters | |
symbol | Yes | Trading symbol (e.g., 'BTC/USDT') |