Get program wallet transaction history
Programs
Get program wallet transaction history
Retrieve transaction history for a program’s wallet.
GET
Get program wallet transaction history
Returns the transaction history for a program’s wallet. Each entry represents a fund, burn, or credit draw operation against the wallet for a given asset. Fund operations increase the balance, burn operations decrease it, and credit draws are deducted automatically when rules issue credits from aDocumentation Index
Fetch the complete documentation index at: https://docs.scrip.dev/llms.txt
Use this file to discover all available pages before exploring further.
PREFUNDED asset.
Filter by ingestion time with from / to, or by the originating event’s occurrence time with event_from / event_to. Each event-driven transaction includes an event_timestamp field.
For usage patterns and examples, see the Programs guide.
Authorizations
API key passed in the X-API-Key header.
Path Parameters
Program 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