● 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/fees | Record fee or cost |
| GET | /v2/fees | List fees and costs |
| GET | /v2/fees/matters/{matter_id}/accounting | Get matter accounting |
Record fee or cost
Record an attorney fee, receiver fee, expert cost, or other expense against a matter. Links to Ledger.
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.
# v2 planned: returns 501 until implemented 501 Not Implemented # Path and method are stable. # Build your integration now; # swap to live when we ship.
List fees and costs
List all fees and costs for a matter, grouped by category.
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.
# 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 matter accounting
Full accounting for a matter: recovery, fees, costs, net distribution. Court-ready format.
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.
# v2 planned: returns 501 until implemented 501 Not Implemented # Path and method are stable. # Build your integration now; # swap to live when we ship.