Accounts

Get account transactions

Returns a paginated list of transactions for the given account address, ordered descending by block height (newest first).

get/experimental/v1/accounts/{address}/transactions

Path parameters

addressstring hexadecimal required

The 8-byte address of an account.

The account address (hex-encoded without 0x prefix).

Query parameters

cursorstring base64

Opaque pagination cursor from a previous response's next_cursor field.

Opaque pagination cursor from a previous response's next_cursor field.

limitinteger

The maximum number of results to return.

roles'authorizer' | 'payer' | 'proposer' | 'interacted'

A comma-separated list indicating which roles to filter by.

expandstring[]

A comma-separated list indicating which properties of the content to expand.

selectstring[]

A comma-separated list indicating which properties of the content to return.

Response

A page of account transactions.

next_cursorstring base64

Opaque pagination cursor from a previous response's next_cursor field.

Changes

Changed in 3 of the 24 revisions of this API.13

    • removed the non-success response with the status 412

      response-non-success-status-removed

    • added the required property transactions/items/timestamp to the response with the 200 status

      response-required-property-added

    This revision also has 5 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

  • 556bb3c4f80a11See the full diff
    • removed the required property transactions/items/timestamp from the response with the 200 status

      response-required-property-removed

    • added the non-success response with the status 412

      response-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