Get calldata for routing to non-tokenized positions.
shortcuts/route/nontokenized
endpoint constructs an optimal conversion route. This API allows entering a non-tokenized DeFi position from any ERC20 or native token.
delegate
strategy when working with non-tokenized positions.tx.to
for recipient, and tx.data
to get the calldata. The transaction will be sent to the EnsoShortcutsDelegate
, which will handle the execution of the route.Updated