Retrieve paginated statement lines for a specific wallet. Returns transactions affecting the wallet with filtering by date range and transaction type. Use this endpoint for displaying wallet statements, auditing fund flows, or building transaction history views.
Request
Authorization
JWT Bearer
Add the parameter
Authorization
to Headers
Example:
Authorization: ********************
or
Path Params
Query Params
Responses
🟢200OK
application/json
OK
Body
đźź 401Unauthorized
đźź 403Forbidden
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request GET 'https://api.staging.vrtx.sa/cl/v1/wallets//statement?cursor&end_date&limit&start_date&type' \
--header'Authorization: Bearer <token>'