Skip to main content
GET
Get Accounts

Authorizations

Authorization
string
header
default:{{APIKey}}
required

Query Parameters

page
integer<int32>
default:0

Specifies the position the response data should begin from.

limit
integer<int32>
default:100

The number of accounts to fetch.

currency
enum<string>
default:ALL

The currency type of the accounts you wish to fetch.

Available options:
ALL,
NGN,
USD
type
enum<string>
default:account

Specifies whether to fetch the settlement accounts or the wallets

Available options:
account,
wallet

Response

Accounts fetched successfully.

statusCode
integer

Status code of the response. 200 indicates a successful request.

message
string

Human-readable description of the result.

data
object[]

Array of objects for the requested page.

pagination
object

Pagination metadata for the result set.