API

معلومات API
HTTP MethodPOST
API URLhttps://smmiraqi.com/api/v2
Response formatJSON

قائمة الخدمات (Service list)

ParametersDescription
keyYour API key
actionservices

Example response

[
    {
        "service": 1,
        "name": "Followers",
        "type": "Default",
        "category": "First Category",
        "rate": "0.90",
        "min": "50",
        "max": "10000"
    }
]

إضافة طلب (Add order)

ParametersDescription
keyYour API key
actionadd
serviceService ID
linkLink to page
quantityNeeded quantity
runs (optional)Runs to deliver
interval (optional)Interval in minutes

Example response

{
    "order": 23501
}

حالة الطلب (Order status)

ParametersDescription
keyYour API key
actionstatus
orderOrder ID

Example response

{
    "charge": "0.27819",
    "start_count": "3572",
    "status": "Partial",
    "remains": "157",
    "currency": "USD"
}

حالة طلبات متعددة (Multiple orders status)

ParametersDescription
keyYour API key
actionstatus
ordersOrder IDs separated by comma

رصيد المستخدم (User balance)

ParametersDescription
keyYour API key
actionbalance

Example response

{
    "balance": "100.84292",
    "currency": "USD"
}