Skip to main content

Account Management

Overview

The Account Management API allows you to create and manage wallet accounts in the Dukka Wallet Service. This guide explains how to use the API to perform various account operations.

Endpoints

Create Account

Request Body

Response

Get Account

Response

Update Account

Request Body

Response

List Accounts

Query Parameters

  • page (optional): Page number
  • size (optional): Number of items per page
  • accountType (optional): Filter by account type
  • currency (optional): Filter by currency
  • tierId (optional): Filter by tier ID

Response

Error Responses

400 Bad Request

401 Unauthorized

404 Not Found

409 Conflict

Best Practices

Account Creation

  • Validate all input data
  • Implement proper error handling
  • Use appropriate account types
  • Set proper tier limits
  • Implement proper logging

Account Management

  • Monitor account activity
  • Implement proper access controls
  • Use appropriate security measures
  • Follow compliance requirements
  • Implement proper audit trails

Support

If you need help with account management:
  1. Check the documentation
  2. Contact support
  3. Report issues on GitHub

Additional Resources