LiFi API compatibility endpoint for getting swap quotes. Accepts LiFi-formatted requests and returns LiFi-formatted responses.
post/lifi/quote
Request body
Example request
{
"slippage": 0.005
}Response
Successfully calculated swap route with LiFi-compatible response
Example response
{
"slippage": 0.005,
"gasEstimation": 180000
}