https://api.fibrous.finance/scroll/calldata
Generate the calldata required to execute a swap through the Fibrous Finance router contract on Scroll. This endpoint provides the raw transaction data that can be used to execute the swap directly through a Web3 provider.
Request Body Parameters
The complete response object from the /scroll/route endpoint.
This contains all the necessary information about the optimal route.
Maximum acceptable slippage in percentage (0.1 to 49).
Example: 0.5 for 0.5% slippage tolerance
The address that will sign and execute the transaction.
This address must have sufficient balance of the input token.
Response
Indicates if the request was successful.
The hex-encoded calldata to execute the swap through the router contract.