List journal entries (double-entry audit trail).
program_id, participant_id, external_id, group_id, asset_id, bucket, event_id, rule_id, action_type, reference_id, time range, and amount range. Entity filters (participant_id, external_id, group_id) are mutually exclusive; include at most one per request. Amount filters apply to the signed posting value, where credits are positive and debits are negative. Use action_type to isolate specific ledger operations (for example HOLD, RELEASE, or FORFEIT). Use rule_id to isolate journal entries created by a specific rule. Use reference_id to find all journal entries associated with a specific hold, release, or settle correlation.
API key passed in the X-API-Key header.
Maximum number of results (default 50, max 200)
x >= 1Pagination cursor from previous response
Filter by program ID
Filter by event ID
Filter by participant ID (mutually exclusive with group_id and external_id)
Filter by group ID (mutually exclusive with participant_id and external_id)
Filter by external ID (mutually exclusive with participant_id and group_id)
Filter by asset ID
Filter by bucket (AVAILABLE, HELD, DEFERRED)
Filter by created_at >= from (RFC 3339)
Filter by created_at <= to (RFC 3339)
Filter by posting amount >= min_amount (signed: positive=credit, negative=debit)
Filter by posting amount <= max_amount (signed: positive=credit, negative=debit)
Filter by action type (e.g. CREDIT, DEBIT, HOLD, RELEASE, FORFEIT)
Filter by reference_id correlation key