List journal entries
List journal entries (double-entry audit trail).
Lists journal entries, which form the complete audit trail of all ledger activity. Each journal entry represents a single transaction with one or more balanced postings. Results are paginated and returned in reverse-chronological order. You can filter byDocumentation Index
Fetch the complete documentation index at: https://docs.scrip.dev/llms.txt
Use this file to discover all available pages before exploring further.
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.
Authorizations
API key passed in the X-API-Key header.
Query Parameters
Maximum number of results (default 50, max 200)
x >= 1Pagination cursor from previous response
Filter by program ID
Filter by event ID
Filter by rule 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