Skip to main content
All Systems OperationalUnified Services API Now Live

LanOnasis
Developer Platform

Build intelligent applications with memory management, payments, wallets, transfers, and KYC verification — all through a single, unified API.

99.99%Uptime SLA
<50msAvg Latency
10M+API Calls/Day
50+Integrations

Start building in minutes

Install the SDK, grab your API key, and you're ready to go. Our APIs are designed to be intuitive and developer-friendly.

1

Install the SDK

npm install @lanonasis/sdk
2

Get your API key

Create a free account at dashboard.lanonasis.com

3

Make your first request

Create wallets, send transfers, verify identities

example.ts
import { LanOnasis } from '@lanonasis/sdk';

const client = new LanOnasis({ apiKey: 'sk_live_xxx' });

// Create a wallet
const wallet = await client.wallets.create({
name: 'Customer Wallet',
currency: 'NGN',
});

// Send a transfer
const transfer = await client.transfers.create({
source_wallet_id: wallet.data.id,
amount: 50000, // ₦500.00
destination: {
type: 'bank',
account_number: '0123456789',
bank_code: '058',
},
});

console.log(`Transfer ${transfer.data.id}: ${transfer.data.status}`);

Designed for developers

RESTful APIs with consistent patterns, comprehensive documentation, and interactive playground.

📖

OpenAPI Spec

Full OpenAPI 3.1 specification for code generation and tooling integration.

🔄

Idempotency

Built-in idempotency keys to safely retry requests without duplicate operations.

🪝

Webhooks

Real-time event notifications with signature verification and retry logic.

Low Latency

Optimized for speed with edge deployments and efficient data structures.

Ready to build something amazing?

Join thousands of developers building with LanOnasis. Start free, scale as you grow.