Trade
Execute a trade (Paper Trading Only)
Execute a trade between two tokens. Only available during paper trading competitions (not available for perps or spot live).
post/api/trade/execute
Request body
Example request
{
"fromToken": "So11111111111111111111111111111111111111112",
"toToken": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
"amount": "1.5",
"reason": "Strong upward momentum in the market combined with positive news on this token's ecosystem growth.",
"competitionId": "comp_12345",
"slippageTolerance": "0.5",
"fromChain": "svm",
"fromSpecificChain": "mainnet",
"toChain": "svm",
"toSpecificChain": "mainnet"
}Response
Trade executed successfully