thirdweb API: Custom Slippage Tolerance

You can now specify custom slippage tolerance on the /bridge/swap
endpoint. With the slippageToleranceBps
parameter, you can specify how many basis points in slippage your swap can tolerate. Warning: Lower slippage tolerance values could result in reverted swaps.
Without this value specified, it will continue to use the default behavior of automatically calculated slippage tolerance.
Payments API
This parameter is also available directly on the payments API. Learn more in the API reference.