Skip to main content
GET
Sandbox Get List of Sub Wallets

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

email
string

The email associated with the sub-wallet.

Example:

"user@example.com"

name
string

The name of the sub-wallet.

Example:

"My Wallet"

clientUserId
string

The client user ID associated with the sub-wallet.

Example:

"client-12345"

pageNo
string

The page number for pagination.

Example:

"1"

pageLimit
string

The limit of results per page.

Example:

"10"

Response

success
boolean
required
Example:

true

data
object[]
required
totalPage
number
required
pageNo
number
required
pageLimit
number
required