Skip to main content
GET
Get Statement
Retrieve a wallet statement summary including opening/closing balances, totals, and a sanitized transaction list for a given period.

Query Parameters

Example Request

Example Response

Use this endpoint to generate periodic account statements for your records or for compliance reporting.
accountType accepts two values: wallet (default, for your main wallet) and loan (for loan accounts).

Authorizations

X-API-Key
string
header
required

Your Rolla API key

Query Parameters

currency
enum<string>
required

Currency of the wallet to generate the statement for

Available options:
NGN,
USD,
XAF
Example:

"NGN"

startDate
string<date>

Start date in YYYY-MM-DD format. Defaults to 1 month ago.

Example:

"2026-01-01"

endDate
string<date>

End date in YYYY-MM-DD format. Defaults to today.

Example:

"2026-02-26"

accountType
string

Filter by account type

Response

Statement data retrieved successfully

success
boolean
Example:

true

message
string
Example:

"Statement data retrieved successfully"

data
object