Solana Fusion SDK

The 1inch Solana Fusion SDK is the official TypeScript library for intent-based swaps on Solana. It brings the Fusion model — sign an intent, let resolvers fill it — to the Solana runtime, handling order construction and signing for SPL token swaps.

Install

Bash
1
npm install @1inch/solana-fusion-sdk

How it fits

The SDK targets the Solana coverage of the Intent Swap (Fusion) API. For EVM intent swaps use the Fusion SDK.

Did you find what you need?