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

Operations & proof · v2 roadmap

Fees coming soon

Fee and cost tracking: attorney fees, receiver fees, expert costs. Ties into the Ledger for court accountings.

POST/v2/feesRecord fee or cost
GET/v2/feesList fees and costs
GET/v2/fees/matters/{matter_id}/accountingGet matter accounting
POST/v2/fees

Record fee or cost

Record an attorney fee, receiver fee, expert cost, or other expense against a matter. Links to Ledger.

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/fees

List fees and costs

List all fees and costs for a matter, grouped by category.

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/fees/matters/{matter_id}/accounting

Get matter accounting

Full accounting for a matter: recovery, fees, costs, net distribution. Court-ready format.

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.