Lendasat LogoLendasat Docs

API & SDK

Integrate LendaSwap into your application using our REST API or TypeScript SDK

LendaSwap offers two ways to integrate atomic swaps into your application:

TypeScript SDK - Our recommended approach for most projects. The SDK is pure TypeScript, works in browsers, React Native, and Node.js without any WASM or native dependencies. It handles wallet management, state tracking, and error handling out of the box.

REST API - For projects that can't use the SDK (non-JavaScript environments, custom implementations, or specific requirements), we provide a complete REST API.

We recommend using the SDK whenever possible. It simplifies integration and handles edge cases automatically.

Throughout this documentation, we walk you through every action with examples for both approaches - showing how to accomplish each task using the SDK and the equivalent REST API calls.


Quick Navigation

On this page