Overview
Learn about Enso API and its capabilities.
Overview
The Enso API provides developers with a comprehensive set of tools to interact with DeFi protocols and execute complex transactions across multiple blockchain networks. This reference documentation covers all available endpoints, request parameters, and response formats to help you integrate Enso’s capabilities into your applications.
Getting Started
Authentication
All API requests require authentication using an API key. Include your API key in the request headers:
For testing, you can use the demo API key: 1e02632d-6feb-4a75-a157-documentation
.
Getting an API Key
- Create an account on the Enso Dashboard
- Generate an API key from your dashboard
- Use this key in all API requests
API Groups
The Enso API is organized into several functional groups:
Router API
Optimize token swaps and DeFi position entries with best-execution routing across multiple protocols and liquidity sources.
- GET
/v1/shortcuts/route
- Generate optimized transaction paths to tokenized positions - GET
/v1/shortcuts/route/nontokenized
- Calculate optimized transaction route to non-tokenized positions - GET
/v1/shortcuts/quote
- Get quotes for potential transactions
Bundler API
Execute multiple DeFi actions in a single atomic transaction, reducing gas costs and improving user experience.
- POST
/v1/shortcuts/bundle
- Bundle multiple actions into one transaction
Standards and Protocols
Get supported integration concepts: protocols, standards, and their actions.
- GET
/projects
- Get protocol information - GET
/projects/protocols
- Get protocol information - GET
/standards
- Get supported standards
Metadata API
Access comprehensive information about tokens, protocols, networks, and DeFi opportunities.
- GET
/metadata/tokens
- Get token details - GET
/wallet/balances
- Get wallet information
Key Concepts
Before using the Enso API, familiarize yourself with these key concepts:
- Projects, protocols, and standards - Understand the structure of Enso’s data model
- Shortcuts - Pre-configured paths for common DeFi operations
- Actions - Standardized interactions with DeFi protocols
- Routing Strategies - Different approaches to transaction execution