KORTANAdocsIntegrate 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
});Our modular stack enables customized building of secure fintech and blockchain systems.
Zero dependency wrappers for Node, Python, Go, Java, and PHP featuring backoff retry handlers and idempotency signing logic.
Perform millisecond OFAC, UN and EU list checks on blockchain nodes, wallets, and KYC details on the fly.
Store append-only DEBIT and CREDIT logs atomically using database-enforced serializable transaction locks.
Monitor real-time gas dynamics, block height increases, and transaction finality states of the Kortana ledger.
Simulate requests and execute test payloads directly in the browser. Select an endpoint to begin.
{
"amount_wei": "25000000000000000000",
"currency": "DNR",
"customer_email": "client@acme.com",
"idempotency_key": "payment_ref_8910"
}Get quick answers on SDK structures, coin economics, and network limits.