Build a swap route (unsigned)
seranox_build_routeBuild a memecoin swap route and receive an unsigned transaction plus fee quote. The route never signs or moves funds, so the user's wallet signs it.
Instructions
Builds a memecoin swap through the Seranox router and returns an UNSIGNED transaction plus a fee quote. This tool never signs and never moves funds — hand the unsignedTx to the user's wallet to sign. Requires SERANOX_API_KEY (staked account, utility #10).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pair | Yes | Pair address (or symbol) to trade. | |
| side | Yes | ||
| amountIn | Yes | Input amount in base units, as a decimal string (e.g. USDC 6dp: `250000000` = 250 USDC). | |
| slippageBps | No |