Overview
The Digital Gold & Silver Customer API enables the creation, management, and retrieval of customer profiles for digital gold and silver transactions.
Features
- Customer Creation
- Profile Management
- Retrieve Customer Details
- Security & Compliance
Authentication
API requests require authentication via API keys (Client ID & Secret).
Endpoints
POST /digitalgold/createuser- Customer Management.POST /digitalgold/user/getprofile- Get Profile (Fetch) of the CustomerPOST /digitalgold/user/updateproflie- Update Customer Profile (Like, Address, Nominee, etc.)
Response Format
JSON format with standardized status codes.
Error Handling
200 Successful400 Failed401 Unauthorized404 Not Found500 Internal Server Error