Non-tokenized DeFi Positions
Get calldata for routing to non-tokenized positions.
The GET shortcuts/route/nontokenized
endpoint constructs an optimal conversion route. This API allows entering a non-tokenized DeFi position from any ERC20 or native token.
Authentication
- Create an API key using Enso Dashboard.
- Securely store your API key and make it available in your environment:
Understand non-tokenized positions
Unlike tokenized positions where you receive a token representing your position (like aTokens in Aave), non-tokenized positions are stored directly in a smart contract (usually a Smart Wallet). This endpoint is specifically designed for interacting with these types of positions.
Common examples include:
- Borrowing on lending protocols
- Creating CDPs (Collateralized Debt Positions)
- Complex multi-step DeFi interactions
Note: This endpoint requires the use of a Smart Wallet or a delegatecall-compatible contract.
Create a routing transaction
Generate a transaction that routes your input token to a non-tokenized position:
The response will include:
tx
: The transaction object ready to be submitted to the blockchaingas
: Estimated gas for the transactionroute
: Array of steps the transaction will takecreatedAt
: Block number when the transaction was created
Execute the transaction
Send the generated transaction to the blockchain:
Next steps
- Explore the Shortucts Library for common DeFi workflows.
- Check out the API Reference for full parameter details