GET
/
subaccount
/
wallets
Wallet list
curl --request GET \
  --url https://nini.monieswitch.com/subaccount/wallets \
  --header 'Authorization: <authorization>'
{
  "data": {
    "wallets": [
      {
        "accountName": "full",
        "accountNumber": "4445198593",
        "createdAt": "2024-02-14T17:00:29.536Z",
        "id": "1ef1e36b-3f50-4491-ba0c-856cf9941cb9",
        "status": "ACTIVE",
        "tier": 2,
        "totalSubaccountBalance": 300,
        "totalSubaccounts": 2
      }
    ]
  },
  "status": true
}

Headers

Authorization
string
required

Set value to 'Bearer {{MERCHANT_SECRET_KEY}}'

Query Parameters

status
string

Optional. ACTIVE, INACTIVE

Example:

"ACTIVE"

name
string
Example:

"Jane does"

Response

200 - application/json

Wallet list

The response is of type object.