Get participant transaction history
Activity
Get participant transaction history
Retrieve transaction history for a participant.
GET
Get participant transaction history
Returns a chronological list of balance-affecting operations for a participant. This includes credits, debits, holds, releases, and forfeits, each with full journal entry details such as amount, asset, timestamp, and source. Results are paginated and ordered 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.
created_at. Filter by from / to on created_at (when the journal entry was recorded), or by event_from / event_to on the originating event’s event_timestamp. Entries without an event fall back to their created_at. Both pairs can be used simultaneously (AND semantics).
For usage patterns and examples, see the Participants guide.
Authorizations
API key passed in the X-API-Key header.
Path Parameters
Participant ID
Query Parameters
Maximum number of results (default 50, max 200)
Required range:
x >= 1Pagination cursor from previous response
Filter by asset ID
Filter by balance bucket
Available options:
AVAILABLE, HELD, DEFERRED Start of time window (RFC 3339) — filters on system ingestion time
End of time window (RFC 3339) — filters on system ingestion time
Start of event occurrence window (RFC 3339) — filters on event_timestamp
End of event occurrence window (RFC 3339) — filters on event_timestamp