Fetch transaction details for a specific account. Results can be paginated using limit and offset parameters.

Parameters

NameInTypeRequiredDescription
id path string yes Unique identifier of the account.
limit query integer no Maximum number of transactions to return. Default is 10.
offset query integer no Offset from where to start returning transactions. Default is 0.
from query string (date-time) no ISO-8601 timestamp. Only transactions created at or after this date are returned.
to query string (date-time) no ISO-8601 timestamp. Only transactions created strictly before this date are returned.

Responses

StatusBodyDescription
200 AccountTransactionsResponse Successfully retrieved account transactions.
400 Error Invalid request.

Specification

This page is generated from the OpenAPI specification, which remains the authoritative machine-readable source.