Build complex multi-chain intents for your supertransaction
/v1/instructions/intent
endpoint enables users to express their desired outcome without specifying implementation details. Users define input tokens and target output tokens, and the system automatically determines the optimal execution path.
Parameter | Type | Description |
---|---|---|
slippage | number | Slippage tolerance (0-1, e.g., 0.003 for 0.3%) |
receiver | string | EVM address to receive the output |
inputPositions | array | Source tokens with amounts |
targetPositions | array | Target tokens with weights (must sum to 1) |