v1

latestOpenAPI 3.0.02026-07-17103042.4 KB
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.

All 10 operations