The NEAR Intents SDK provides tools for intent execution, deposits, withdrawals, and interacting with various bridge implementations across multiple blockchains.For a higher-level API focused on cross-chain swaps, check out the 1Click Swap API and its SDK libraries for TypeScript, Go, and Rust.
Feature Status
Feature
Status
Description
Intent Execution
✅
Sign, submit, and track intent execution on NEAR Intents
Deposits
❌
Deposit funds to NEAR Intents (use bridge interfaces directly)
Withdrawals
✅
Complete withdrawal functionality from NEAR Intents to external chains
The Intents SDK provides low-level functionality for interacting with NEAR Intents, check out the 1Click Swap API for a higher-level API focused on cross-chain swaps
Use processWithdrawal for withdrawals and signAndSendIntent for custom intent logic. The withdrawal method handles fee estimation, validation, and completion tracking automatically.
Explore the Github Repository for the Intents SDK to learn about asset identifiers, intent signers, withdrawals, withdrawal routes, and intent management.