Smart Wallet SDK v2
A ground-up rework of the SDK, aligned with the Blanc API.- Non-EVM destinations: settle intents to Solana and Tron.
- Multi-route quotes:
prepareTransactionreturnsquotes: { best, all }; sign the recommended route or pick your own. - Simplified intent lifecycle:
IntentStatusreduces toPENDING,COMPLETED, andFAILED, with a flat per-chainoperations[]shape. - Settlement control: include or exclude specific bridges per intent.
Solana and Tron destinations
Intents can now settle to Solana and Tron, alongside every supported EVM chain.Non-EVM destinationsBlanc API
A major revision of the Intents API, and the recommended version for new integrations. Pin it withx-api-version: 2026-04.blanc.- Non-EVM destinations: settle intents to Solana and Tron.
- Destination executions on more layers: run arbitrary calldata on the destination chain after the bridge delivers funds, now across all supported settlement layers.
- Multi-route quotes:
POST /quotesreturns a flat, server-rankedroutes[]. - Improved cost reporting: one
costobject per route withinput,output, and afeesbreakdown, replacing the scattered per-field costs. - Server-stored intents: quote returns an
intentId; submit signatures by id, no more round-tripping the fullintentOp. - Server-provided EIP-712: forward
signDatadirectly towallet.signTypedData()instead of reconstructing types client-side.
2026-01.alps version is deprecated and will be sunset in the future.API versioning and migration guide