API Reference
Interact directly with the Kortana Ledger REST APIs. The base URL for all requests is https://api.kortana.network.
POST
/v1/paymentsInitiates a new payment transaction intent to capture DNR.
Request Headers
Content-Type: application/json
Authorization: Bearer <YOUR_SECRET_KEY>
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
| amount_wei | string | yes | Amount in smallest unit (18 decimals). |
| currency | string | no | Default is DNR. |
| customer_email | string | yes | The receipt recipient. |
| idempotency_key | string | no | Unique string reference. |
POST
/v1/compliance/screenChecks if a blockchain wallet address is subject to sanction lists.
Request Headers
Content-Type: application/json
Authorization: Bearer <YOUR_SECRET_KEY>
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
| wallet_address | string | yes | The EVM-compatible wallet hash. |
| jurisdiction | string | no | The country ISO code. Default is US. |
