fetchClosedOrders
Retrieve all closed orders for a configured account on supported cryptocurrency exchanges. Use account name, optional filters like symbol, limit, or timestamp to fetch specific data.
Instructions
Fetch all closed orders using a configured account
Input Schema
Name | Required | Description | Default |
---|---|---|---|
accountName | Yes | Account name defined in the configuration file (e.g., 'bybit_main') | |
limit | No | Limit the number of orders returned (optional) | |
params | No | Additional exchange-specific parameters | |
since | No | Timestamp in ms to fetch orders since (optional) | |
symbol | No | Trading symbol (e.g., 'BTC/USDT') |
Input Schema (JSON Schema)
You must be authenticated.
Other Tools from CCXT MCP Server
Related Tools
- @lazy-dinosaur/ccxt-mcp
- @lazy-dinosaur/ccxt-mcp
- @lazy-dinosaur/ccxt-mcp
- @lazy-dinosaur/ccxt-mcp
- @rand-tech/pcm