Skip to main content
GET
Get Wallets
Retrieve all wallets for your business, including balances, currency info, payment accounts, and month-over-month statistics. Optionally include loan accounts.

Example Request

Example Response

Use balance.availableBalance (not balance.postedBalance) when checking if you have sufficient funds for a withdrawal. postedBalance includes pending debits that haven’t settled yet.
Each wallet includes a virtualAccounts array containing the payment accounts used to receive funds into that wallet (e.g. bank account details for NGN, wallet addresses for crypto).

Authorizations

X-API-Key
string
header
required

Your Rolla API key

Query Parameters

includeLoans
enum<string>

Include loan accounts in the response

Available options:
true,
false

Response

Wallets retrieved successfully

status
integer
Example:

200

success
boolean
Example:

true

message
string
Example:

"Business wallets retrieved successfully"

wallets
object[]