Get account transactions
Returns a paginated list of transactions for the given account address, ordered descending by block height (newest first).
Path parameters
The 8-byte address of an account.
The account address (hex-encoded without 0x prefix).
Query parameters
Opaque pagination cursor from a previous response's next_cursor field.
Opaque pagination cursor from a previous response's next_cursor field.
The maximum number of results to return.
A comma-separated list indicating which roles to filter by.
A comma-separated list indicating which properties of the content to expand.
A comma-separated list indicating which properties of the content to return.
Response
A page of account transactions.
Changes
Changed in 3 of the 24 revisions of this API.13
- ○
removed the non-success response with the status
412response-non-success-status-removed
- ○
- ○
added the required property
transactions/items/timestampto the response with the200statusresponse-required-property-added
This revision also has 5 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ▲
removed the required property
transactions/items/timestampfrom the response with the200statusresponse-required-property-removed
- ○
added the non-success response with the status
412response-non-success-status-added
This revision also has 13 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲