Skip to main content
GET
List virtual accounts

Authorizations

Authorization
string
header
required

Your API key: sk_test_… (sandbox) or sk_live_… (production).

Query Parameters

limit
integer

Page size, 1–100.

Required range: 1 <= x <= 100
Example:

20

cursor
string

The nextCursor from the previous page.

status
enum<string>
Available options:
active,
paused
currency
string
Example:

"NGN"

externalReference
string

Exact match on your reference.

Example:

"customer-8841"

Response

Newest first.

data
object[]
required
hasMore
boolean
required
nextCursor
string | null
required

Pass as cursor to fetch the next page. Null on the last page.