Get list of wallets for the specified account.
read_wallets
) Wallets by account response
Invalid input
Unauthorized access.
Resource not found.
Service unavailable or server error.
curl -i -X GET \ https://wallets.staging.tilia-inc.com/v2/account/:account_id/wallets \ -H 'Authorization: Bearer <YOUR_TOKEN_HERE>'
{- "status": "Success",
- "message": null,
- "codes": null,
- "payload": {
- "count": 1,
- "wallets": [
- {
- "wallet_id": "wal_2V2cKKqYoaj018K0EXBauwcurbd",
- "account_id": "acct_2TiDFXHVFMlAuyy7ovvz3YPKv9b",
- "description": "USD Wallet",
- "currency": "USD",
- "current_balance": 100,
- "active": 1,
- "tags": [
- "registration"
]
}
]
}
}