API DETAILS
API URL

http://digitaleagle.agency/social.digitaleagle.agency/api/v1

API KEY

Your API Key

HTTP METHOD

POST

تنسيق الرد

JSON

ضع طلبًا جديدًا
مفتاح

Your API key

action

add

خدمة

Service ID

الرابط

Link to page

الكمية

Needed quantity

runs (اختياري)

Runs to deliver

فاصل زمني (اختياري)

Interval in minutes

//Example response

{
    "status": "success",
    "order": 116
}
ترتيب الحالة
مفتاح

Your API key

action

status

طلب

رقم الطلب

//Example response

{
    "status": "Processing",
    "charge": "3.60",
    "start_count": 0,
    "remains": 0,
    "currency": "BDT"
}
ترتيب حالة متعددة
مفتاح

Your API key

action

orders

orders

Order IDs separated by comma (array data)

//Example response

[
    {
        "order": 116,
        "status": "Processing",
        "charge": "3.60",
        "start_count": 10,
        "remains": 0
    },
    {
        "order": 117,
        "status": "Completed",
        "charge": null,
        "start_count": 0,
        "remains": 0
    }
]
إعادة تعبئة
مفتاح

Your API key

action

اعادة تعبئه

طلب

رقم الطلب

//Example response

{
    "refill": "1"
}
حالة إعادة الملء
مفتاح

Your API key

action

حالة إعادة التعبئة

اعادة تعبئه

رقم إعادة تعبئة

//Example response

{
    "status": "Completed"
}
قائمة الخدمات
مفتاح

Your API key

action

services

//Example response

[
    {
        "service": 1,
        "name": "🙋‍♂️ Followers [Ultra-High Quality Profiles]",
        "category": "🥇 [VIP]\r\n",
        "rate": "4.80",
        "min": 100,
        "max": 10000
    },
    {
        "service": 11,
        "name": "🧨 Instagram Power Comments (100k+ Accounts) ➡️ [3 Comments]",
        "category": "💬 Instagram - Verified / Power Comments [ Own Service ]",
        "rate": "0.60",
        "min": 500,
        "max": 5000
    },
    {
        "service": 52,
        "name": "🎙️ Facebook Live Stream Views ➡️ [ 120 Min ]",
        "category": "🔵 Facebook - Live Stream Views\r\n",
        "rate": "57.60",
        "min": 50,
        "max": 2000
    }
]
رصيد المستخدم
مفتاح

Your API key

action

balance

//Example response

{
  "status": "success",
  "balance": "0.03",
  "currency": "USD"
}