execute_trade
Facilitates token trades on the Trading Simulator MCP Server by specifying source and destination tokens, amounts, and optional parameters like slippage tolerance and blockchain chains for accurate execution.
Instructions
Execute a trade between tokens
Input Schema
Name | Required | Description | Default |
---|---|---|---|
amount | Yes | Amount of fromToken to trade | |
fromChain | No | Optional blockchain type for source token | |
fromSpecificChain | No | Optional specific chain for source token | |
fromToken | Yes | Source token address | |
reason | Yes | Reason for executing this trade | |
slippageTolerance | No | Optional slippage tolerance percentage (e.g., '0.5' for 0.5%) | |
toChain | No | Optional blockchain type for destination token | |
toSpecificChain | No | Optional specific chain for destination token | |
toToken | Yes | Destination token address |