Ledger
Reconciliation
List imported transactions, positions, balances, or lot-level position reconciliation with optional filters.
Authorization
bearerAuth AuthorizationBearer <token>
Create keys under Settings → API keys. Prefix ak_. Send as Authorization: Bearer ak_....
In: header
Query Parameters
entityId*string
Format
uuidtype*string
Value in
- "transactions"
- "positions"
- "balances"
- "lot_positions"
status?string
batchId?string
summary?boolean
limit?integer
offset?integer
Response Body
application/json
application/json
application/json
curl -X GET "https://example.com/api/ledger/reconciliation?entityId=497f6eca-6276-4993-bfeb-53cbbbba6f08&type=transactions"{}{ "error": "string"}{ "error": "string"}Import transactions/positions/balances, auto-match, manually match, confirm, exclude, create events from unmatched records, or run lot-level position reconciliation (auto_match_lots).
Authorization
bearerAuth AuthorizationBearer <token>
Create keys under Settings → API keys. Prefix ak_. Send as Authorization: Bearer ak_....
In: header
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
application/json
curl -X POST "https://example.com/api/ledger/reconciliation" \ -H "Content-Type: application/json" \ -d '{ "action": "import" }'{}{ "error": "string"}{ "error": "string"}