cURL
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 }
Wallet list
Set value to 'Bearer {{MERCHANT_SECRET_KEY}}'
Optional. ACTIVE, INACTIVE
"ACTIVE"
"Jane does"
The response is of type object.
object