GET
cURL

Authorizations

Authorization
string
header
required

JWT bearer token. App-user tokens are issued by POST /auth/token (the partner backend calls it as its platform service account); admin and dashboard tokens are issued via OIDC login.

Path Parameters

user_id
string
required

User ID

Query Parameters

offset
integer<int64> | null
limit
integer<int64> | null
from_date
string | null
to_date
string | null

Response

Account transaction ledger from PBA

Response mirrors PBA's ListTransactionsOutput exactly.

limit
integer<int64>
required
offset
integer<int64>
required
total
integer<int64>
required
transactions
object[]
required