OPPO/Realme Decrypt Token Service

Automated decrypt verification code generation for OPPO & Realme devices.
Dhru Fusion compatible API - connect your GSM web directly.

Instant Processing

Decrypt tokens generated in 1-5 seconds. Direct API call to Realme servers - no GUI automation needed.

Dhru Fusion Compatible

Standard Dhru Fusion API format. Connect from any Dhru Fusion server as a service provider.

Multi-Region

Support for Singapore, India, Europe, and China servers. Cover all OPPO/Realme regions.

Secure API

RSA-2048 encryption with MD5 signing. Each request uniquely encrypted with random padding.

Balance System

Prepaid balance with automatic deduction. Full transaction history and refund on failures.

Order History

Complete order tracking with status updates. View all past orders and results via API.

API Documentation

API Endpoint
POST https://gsm.maikmeres.my.id/api/index.php
Authentication Parameters
username = your_username
apiaccesskey = your_api_key
requestformat = JSON
action = accountinfo
Available Actions
accountinfoGet balance & account info
imeiservicelistList available services
placeimeiorderPlace decrypt order
getimeiorderCheck order status/result
Place Order Example
// POST parameters
username = your_username
apiaccesskey = your_api_key
requestformat = JSON
action = placeimeiorder
parameters = <PARAMETERS>
  <IMEI>864135045684759</IMEI>
  <ID>1</ID>
  <CUSTOMFIELD>
    base64({"STAMP":"1756e000000"})
  </CUSTOMFIELD>
</PARAMETERS>
Success Response
{
  "SUCCESS": [{
    "MESSAGE": "Order received",
    "REFERENCEID": "12345"
  }],
  "apiversion": "5.2"
}
Dhru Fusion Connection Setup

In your Dhru Fusion admin panel, go to API ConnectionsAdd New
Enter the API URL, your username, and API key. Then link your services to this connection.