SafeGold API Integration
Digital Gold API Documentation
Complete API reference for integrating SafeGold digital gold services — buy, sell, deliver, SIP, KYC, and settlement.
Sub-100ms Latency Enterprise Security Real-Time Prices 99.99% Uptime
APIs Overview & Authorization
Authentication, base URLs, and header configuration
SafeGold allows for deep integration of services with your platform through RESTful APIs. All API calls require proper authorization headers.
Base URLs
PROD
https://api.safegold.com/v1STAGE
https://staging-api.safegold.com/v1Required Headers
| Header | Value | Description |
|---|---|---|
| Authorization | Bearer <API_TOKEN> | Your unique API token provided during onboarding |
| Content-Type | application/json | All requests must use JSON format |
| X-Partner-Id | <PARTNER_ID> | Your unique partner identifier |
Important Notes
- • All timestamps are in IST (Indian Standard Time)
- • All monetary values are in INR (Indian Rupees)
- • Gold weight is always in grams with up to 4 decimal places
- • API rate limit: 100 requests per minute per API key
