Reseller API Documentation (v2)
Standard SMM v2 API
Dunya ke tamam standard SMM scripts (SmartStore, RentPanel, PerfectPanel) ke sath compatible hai
HTTP Method: POST
API Endpoint URL: https://panel.novamotion.site/api/v2
Response Format: JSON
POST 1. Service List (Tamam services fetch karein)
Tamam active services, category, rates aur min/max limits ki list hasil karein.
Request Parameters:
| Parameter | Type | Description |
|---|---|---|
| key | string | Aapke account ki API Key |
| action | string | services |
POST 2. Place Order (Naya order lagayein)
Automated order place karein. Response mein unique order ID milti hai.
| Parameter | Type | Description |
|---|---|---|
| key | string | Aapki API Key |
| action | string | add |
| service | integer | Service ID (e.g. 1) |
| link | string | Target link / Profile link |
| quantity | integer | Followers/Likes ki tadaad (e.g. 1000) |
Success Example:
{"order": 1052}
POST 3. Order Status (Live status check karein)
Order ki live progress, remains aur status janchne ke liye.
{
"charge": "180.00",
"start_count": "1500",
"status": "In_progress",
"remains": "250",
"currency": "PKR"
}