Retrieves wallet statement data for generating account statements.
| Parameter | Type | Required | Description |
|---|---|---|---|
currency | string | Yes | Wallet currency (e.g. NGN, USD) |
startDate | string | No | Start of period (YYYY-MM-DD). Defaults to 30 days ago. |
endDate | string | No | End of period (YYYY-MM-DD, inclusive). Defaults to today. |
accountType | string | No | wallet (default) or loan |
accountType accepts two values: wallet (default, for your main wallet) and loan (for loan accounts).Your Rolla API key
Currency of the wallet to generate the statement for
NGN, USD, XAF "NGN"
Start date in YYYY-MM-DD format. Defaults to 1 month ago.
"2026-01-01"
End date in YYYY-MM-DD format. Defaults to today.
"2026-02-26"
Filter by account type