KINETIC
KINETIC APIProtocol · API reference
MD-Version 2026-06-11 Request access

Control plane · v2 roadmap

Batch coming soon

Batch operations: bulk debtor import, bulk sanctions screening, bulk wallet import.

POST/v2/batch/debtorsBatch import debtors
POST/v2/batch/sanctions-screenBatch sanctions screening
POST/v2/batch/walletsBatch import wallets
GET/v2/batch/{batch_id}Get batch job status
POST/v2/batch/debtors

Batch import debtors

Import up to 500 debtors in a single request. Returns a batch job ID for status polling.

v2 · coming soon
Planned

This endpoint is mapped for the next version of the protocol. It currently returns 501 Not Implemented. The contract (path, method, and semantics) is stable; build against it.

Response
# v2 planned: returns 501 until implemented

501 Not Implemented

# Path and method are stable.
# Build your integration now;
# swap to live when we ship.
POST/v2/batch/sanctions-screen

Batch sanctions screening

Screen up to 200 entities against OFAC/SDN and global sanctions lists in a single request.

v2 · coming soon
Planned

This endpoint is mapped for the next version of the protocol. It currently returns 501 Not Implemented. The contract (path, method, and semantics) is stable; build against it.

Response
# v2 planned: returns 501 until implemented

501 Not Implemented

# Path and method are stable.
# Build your integration now;
# swap to live when we ship.
POST/v2/batch/wallets

Batch import wallets

Import up to 1000 wallet addresses for attribution analysis. Returns a batch job ID.

v2 · coming soon
Planned

This endpoint is mapped for the next version of the protocol. It currently returns 501 Not Implemented. The contract (path, method, and semantics) is stable; build against it.

Response
# v2 planned: returns 501 until implemented

501 Not Implemented

# Path and method are stable.
# Build your integration now;
# swap to live when we ship.
GET/v2/batch/{batch_id}

Get batch job status

Poll the status of a batch import or screening job.

v2 · coming soon
Planned

This endpoint is mapped for the next version of the protocol. It currently returns 501 Not Implemented. The contract (path, method, and semantics) is stable; build against it.

Response
# v2 planned: returns 501 until implemented

501 Not Implemented

# Path and method are stable.
# Build your integration now;
# swap to live when we ship.