v50
latestOpenAPI 3.0.0The Radix License, Version 1.0raw.githubusercontent.com2026-04-0736336265.6 KBGet Transactions Stream
Returns transactions which have been committed to the ledger. Check detailed documentation for brief explanation
Request body
This cursor allows forward pagination, by providing the cursor from the previous request.
The page size requested.
Limit returned transactions by their kind. Defaults to user.
Allows specifying an array of account addresses. If specified, the response will contain only transactions with a manifest containing withdrawals from the given accounts.
Similar to manifest_accounts_withdrawn_from_filter, but will return only transactions with a manifest containing deposits to the given accounts.
Allows specifying array of badge resource addresses. If specified, the response will contain only transactions where the given badges were presented.
Allows specifying array of resource addresses. If specified, the response will contain only transactions containing the given resources in the manifest (regardless of their usage). We recommend that integrators use balance_change_resources_filter in most cases, as it also captures resource changes that are not specified in the manifest.
Allows specifying an array of global addresses. If specified, the response will contain transactions that affected all of the given global entities. A global entity is marked as "affected" by a transaction if any of its state (or its descendents' state) was modified as a result of the transaction. For performance reasons consensus manager and transaction tracker are excluded from that filter.
Allows specifying an array of account addresses. If specified, the response will contain only transactions that, for all specified accounts, contain manifest method calls to that account which require the owner role. See the account docs for more information.
Allows specifying an array of account addresses. If specified, the response will contain only transactions that, for all specified accounts, do NOT contain manifest method calls to that account which require owner role. See the account docs for more information.
Allows specifying an array of global addresses. If specified, the response will contain transactions in which all entities emitted events. If an event was published by an internal entity, it is going to be indexed as it is a global ancestor. For performance reasons events published by consensus manager and native XRD resource are excluded from that filter.
Allows filtering to transactions which included non-fee related balance changes for all provided resources. Defaults to []. We recommend that integrators use this instead of the manifest_resources_filter in most cases, as it also captures resource changes that are not specified in the manifest.
Allows filtering by the transaction commit status (Success, Failure, All). Defaults to All.
Configures the order of returned result set. Defaults to desc.
Example request
{
"limit_per_page": 5
}Response
Transactions (paginated)
If specified, contains a cursor to query next page of the items collection.
Example response
{
"ledger_state": {
"network": "<network-name>"
}
}