arcade_swap_finalize
Finalize a token swap by injecting the signed permit and signature to execute the transaction.
Instructions
Permit2 step 2: after signing the typedData from arcade_swap (Circle sign/typedData), inject the signature and get the execute() call. Pass the same swap params plus the echoed permit and the signature.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| permit | No | ||
| tokenIn | Yes | ||
| amountIn | Yes | ||
| tokenOut | Yes | ||
| recipient | Yes | ||
| signature | Yes | ||
| slippageBps | No |