Get Statement
Wallet
Get Statement
Retrieves wallet statement data for generating account statements.
GET
Get Statement
Retrieve a wallet statement summary including opening/closing balances, totals, and a sanitized transaction list for a given period.
Query Parameters
| 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 |
Example Request
Example Response
accountType accepts two values: wallet (default, for your main wallet) and loan (for loan accounts).Authorizations
Your Rolla API key
Query Parameters
Currency of the wallet to generate the statement for
Available options:
NGN, USD, XAF Example:
"NGN"
Start date in YYYY-MM-DD format. Defaults to 1 month ago.
Example:
"2026-01-01"
End date in YYYY-MM-DD format. Defaults to today.
Example:
"2026-02-26"
Filter by account type