Enso Shortcuts APIs convert high-level specifications of desired DeFi outcomes into calldata.
route
API, which takes in tokens and their amounts returns the calldata for the optimal path.bundle
API, which lets you construct a path interacting with DeFi protocols you pick.route
do the job? route
API might be the simpler way to route your assets.
Before using the bundle API, check if route
would work using happypath.route
API.bundle
API.Updated