Developer Reference
Reseller API Documentation (v2)
Integrate all 480+ services into your SMM panel, application, or agency software. Standard HTTP POST JSON format.
API Endpoint Details
HTTP METHOD
POST
API URL
https://digitalmarketplace.store/api/v2
RESPONSE FORMAT
JSON
action: add Place New Order
| Parameter | Type | Description |
|---|---|---|
| key | string | Your secret API key obtained from your account settings |
| action | string | Must be set to add |
| service | integer | The numerical ID of the service from the catalog |
| link | string | Target post or public profile URL |
| quantity | integer | Quantity to deliver (must be within Min and Max) |
// Response Success Example:
{
"status": "success",
"order": 928410
}
action: status Check Order Status
// Response Example:
{
"charge": 12.50,
"start_count": 1420,
"status": "Completed",
"remains": 0,
"currency": "PKR"
}
action: services Fetch Full Services Catalog
// Response Example:
[
{
"service": 1000,
"name": "TikTok Views [ 100% Non-Drop ] | Instant | Speed 1M/Day",
"type": "Default",
"category": "TikTok ยป Views - Cheapest",
"rate": 0.05,
"min": 100,
"max": 10000000,
"refill": true,
"cancel": false
}
]
action: balance Get User Balance
// Response Example:
{
"balance": 2540.85,
"currency": "PKR"
}