Retrieve multi-currency wallets (USD & NGN) for an end user account. This endpoint allows you to fetch wallet information including balances, permissions, and settings for a specific entity.Documentation Index
Fetch the complete documentation index at: https://docs.centryos.xyz/llms.txt
Use this file to discover all available pages before exploring further.
Overview
The Get End User Wallets endpoint returns all wallets associated with a specific entity ID and wallet type. Each wallet contains information about the currency, balance, permissions, and configuration settings.Parameters
| Field | Type | Description | Required |
|---|---|---|---|
entityId | string | The unique identifier for the end user account | Required |
walletType | string | The type of wallet to retrieve (SPEND, COLLECTION) | Required |
Wallet Types
- SPEND: Wallets used for spending and transactions
- COLLECTION: Wallets used for collecting payments and funds
Response Structure
The response includes an array of wallets, each containing:- Basic Info: ID, slug, description, currency, balance
- Permissions: Permission type and flow type
- Settings: Wallet type, approval threshold, display currency, funding/withdrawal currencies, balance visibility
Example Request
Example Response
Use Cases
- Balance Checking: Retrieve current wallet balances for display
- Transaction Preparation: Get wallet details before processing payments
- Account Management: Display wallet information in user dashboards
- Integration Setup: Fetch wallet configurations for integrations
- Audit & Reporting: Generate reports on wallet status and balances