How can I ensure users only sign on the source chain while allowing the bridge to complete the swap on the destination chain?
How can I ensure users only sign on the source chain while allowing the bridge to complete the swap on the destination chain?
allowSwitchChain: falseto prevent automatic chain switchingallowDestinationCall: trueto allow the bridge to complete the swap on the destination chain
Can I detect on-chain if a swap was made via a specific client using the LI.FI widget?
Can I detect on-chain if a swap was made via a specific client using the LI.FI widget?
integrator parameter.
You can filter by this parameter to identify swaps from your client.Can I send native ETH with a payable function via the /quote/contractCalls endpoint?
Can I send native ETH with a payable function via the /quote/contractCalls endpoint?
/quote/contractCalls endpoint does not support sending native ETH.Does the quote response include gas information?
Does the quote response include gas information?
How can we improve the response speed of /advanced/stepTransaction calls?
How can we improve the response speed of /advanced/stepTransaction calls?
?skipSimulation=true to the request. This skips on-chain simulation and improves response time.How do I ensure the gaszip service works?
How do I ensure the gaszip service works?
fromAmountGas parameter in your request. This is required for gaszip to function.When does LI.FI require a balance check during transaction generation?
When does LI.FI require a balance check during transaction generation?
- On EVM: A balance check is required to generate transaction data.
- On Bitcoin and Sui: A balance check is also performed during transaction generation.
What is the default sorting behavior if the order parameter is not provided?
What is the default sorting behavior if the order parameter is not provided?
order is not set, the default is CHEAPEST.How can we track cross-chain transaction status?
How can we track cross-chain transaction status?
How can we tune quote speed versus quote quality?
How can we tune quote speed versus quote quality?
Does LI.FI already aggregate providers like Relay and Jupiter?
Does LI.FI already aggregate providers like Relay and Jupiter?
When should we use the quote endpoint versus the routes endpoint, and can we force single-transaction flows?
When should we use the quote endpoint versus the routes endpoint, and can we force single-transaction flows?
Does LI.FI support cross-chain NFT purchases?
Does LI.FI support cross-chain NFT purchases?

