API Reference

Interact directly with the Kortana Ledger REST APIs. The base URL for all requests is https://api.kortana.network.

POST/v1/payments

Initiates a new payment transaction intent to capture DNR.

Request Headers

Content-Type: application/json
Authorization: Bearer <YOUR_SECRET_KEY>

Parameters

NameTypeRequiredDescription
amount_weistringyesAmount in smallest unit (18 decimals).
currencystringnoDefault is DNR.
customer_emailstringyesThe receipt recipient.
idempotency_keystringnoUnique string reference.
POST/v1/compliance/screen

Checks if a blockchain wallet address is subject to sanction lists.

Request Headers

Content-Type: application/json
Authorization: Bearer <YOUR_SECRET_KEY>

Parameters

NameTypeRequiredDescription
wallet_addressstringyesThe EVM-compatible wallet hash.
jurisdictionstringnoThe country ISO code. Default is US.