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
keystringYour secret API key obtained from your account settings
actionstringMust be set to add
serviceintegerThe numerical ID of the service from the catalog
linkstringTarget post or public profile URL
quantityintegerQuantity 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" }