πOverview
Quick start
const route = await fetch(
'https://api.liqd.ag/v2/route?tokenIn=0x555...&tokenOut=0xB8C...&amountIn=100'
).then(r => r.json());
const tx = await signer.sendTransaction({
to: route.execution.to,
data: route.execution.calldata,
});Key features
Revenue sharing
API endpoints
Endpoint
Description
Contract
Last updated