Get Started
Enso Shortcuts APIs convert high-level specifications of desired DeFi outcomes into calldata.
Enso’s APIs translate the desired outcome (e.g. enter an LP position) into corresponding calldata, removing complexity and integration effort. This is made possible through two major shortcuts APIs:
- The
route
API, which takes in tokens and their amounts returns the calldata for the optimal path. - The
bundle
API, which lets you construct a path interacting with DeFi protocols you pick.
It’s not only for swaps!
The route
endpoint lets you not only do swaps, but also equips you for entering lending positions, depositing into yield farming strategies, adding liquidity to AMM pools, obtaining LP tokens, and more.
Follow these guides to get started:
Automatic route optimization
Find optimal paths for entering/exiting DeFi positions or swapping ERC20 tokens with route
API.
Custom DeFi workflows
Bundle several DeFi actions into a single transaction using bundle
API.
Getting protocol data
Access DeFi protocols’ and tokens’ data through a set of Enso APIs.
Updated
Was this page helpful?