Fusion SDK (Intent Swaps)

The 1inch Fusion SDK is the official TypeScript library for intent-based, gasless swaps on EVM chains. Instead of submitting a transaction yourself, you build and sign a Fusion order; 1inch resolvers compete to fill it at the best rate and cover the gas. The SDK wraps order construction, EIP-712 signing, and submission.

Install

Bash
1
npm install @1inch/fusion-sdk

How it fits

The SDK targets the Intent Swap (Fusion) API. For Solana intent swaps use the Solana Fusion SDK; for swaps that span two chains use the Cross-Chain SDK.

Did you find what you need?