Kortana LogoKORTANAdocs
Next-Gen Finance API & SDKs

Build high-fidelity on-chain finance.

Integrate multi-currency neo-banking, instant wallet transfers, automated compliance screens, and double-entry settlements using our developer console.

import { KortanaClient } from '@kortana/sdk';

const client = new KortanaClient({
  apiKey: process.env.KORTANA_API_KEY,
  environment: 'mainnet'
});

// Create a high-precision wallet transfer
const tx = await client.wallets.sendDNR({
  from: "0x91F...3A9",
  to: "0x2B4...5E7",
  amount_wei: "1000000000000000000" // 1.0 DNR
});

Explore the Ecosystem

Our modular stack enables customized building of secure fintech and blockchain systems.

Live Network Statistics

Monitor real-time gas dynamics, block height increases, and transaction finality states of the Kortana ledger.

Network Operational
Block Height
14,892,102
+1 block every 3.5s
Ledger Load (TPS)
240 TPS
Avg Latency: 140ms
Base Gas Fee
24 Gwei
Cost per tx: ~0.001 DNR
Active Nodes
86 / 86
100% network consensus
Live Transaction Ticker

API Playground

Simulate requests and execute test payloads directly in the browser. Select an endpoint to begin.

Request Payload
{
  "amount_wei": "25000000000000000000",
  "currency": "DNR",
  "customer_email": "client@acme.com",
  "idempotency_key": "payment_ref_8910"
}
Response output
Click "Send" in the request pane to fetch live response structure.

Frequently Asked Questions

Get quick answers on SDK structures, coin economics, and network limits.