Templates
Route Widget
A React component that integrates the Enso API to provide token swapping and DeFi operations directly in your application.
Features
- Desired operation: Any-to-any token swaps and position entry/exit across multiple chains (zap-in, deposit, stake, and more)
- Automatic route building: Automatically constructs an optimal transaction involving multiple protocols and tokens
- Shortcut preview: Previews of token balances, USD values, and price impact preview
Installation
Note: Requires wagmi
and viem
as peer dependencies.
Basic Implementation
Configuration
Prop | Type | Description | Required |
---|---|---|---|
apiKey | string | Enso API key | Yes |
tokenIn | string | Input token address | No |
tokenOut | string | Output token address | No |
chainId | number | Chain ID | Required with token addresses |
themeConfig | object | Theme settings | No |
enableShare | boolean | Enable route sharing | No |
obligateSelection | boolean | Force token selection | No |
indicateRoute | boolean | Show swap route path | No |
Examples
Pre-selected Tokens
Custom Theme
Get Your API Key
Register at Enso Developer Dashboard to obtain your API key.