Skip to main content
GET
List statement lines

Authorizations

Authorization
string
header
required

Access token issued by POST /v1/auth/token.

x-zeam-auth
string
header
required

Application secret (the apiKey issued at registration), required on every request.

Query Parameters

walletId
string<uuid>
required

The wallet whose statement to list; must belong to the caller's association.

assetCode
string
required

Asset code the statement is denominated in (e.g. ZARZ).

startDate
string<date>
required

First day included (YYYY-MM-DD).

endDate
string<date>
required

Last day included (YYYY-MM-DD).

Response

The statement lines, oldest first, in the standard collection envelope (hasMore is always false — the full range is returned).

data
object[]
pagination
object