اربط موقعك أو تطبيقك بنظامنا تلقائياً
يتيح لك API خاصتنا إنشاء طلبات تلقائية وإدارة حسابك برمجياً. API متوافق مع معظم بانيلات SMM الشائعة.
https://s-w-d.store/api/v2
أرسل مفتاح API مع كل طلب عبر حقل key
key=YOUR_API_KEYaction=balance
POST https://s-w-d.store/api/v2 key=YOUR_API_KEY action=balance
{
"balance": "15.4000",
"currency": "USD"
}
key=YOUR_API_KEY action=services
[{
"service": 1,
"name": "متابعين انستقرام",
"type": "Default",
"rate": "1.50",
"min": "100",
"max": "50000",
"category": "Instagram",
"refill": false
}]
key=YOUR_API_KEY action=add service=1 link=https://instagram.com/user quantity=1000
{
"order": 12345
}
key=YOUR_API_KEY action=status order=12345
{
"charge": "1.5000",
"start_count": "1200",
"status": "In progress",
"remains": "500",
"currency": "USD"
}
| الخطأ | الوصف |
|---|---|
Incorrect key |
مفتاح API غير صحيح |
Incorrect service |
رقم الخدمة غير موجود |
Incorrect quantity |
الكمية خارج النطاق المسموح به |
Not enough funds |
الرصيد غير كافٍ |
Invalid link |
الرابط غير صحيح |
Incorrect order ID |
رقم الطلب غير موجود |