Dasturchilar uchun

API hujjatlari

WWW.69C6A2A11B43B.MYXVEST1.RU API orqali buyurtma berish, holatni tekshirish va balansni boshqarishni o'z tizimingizga ulang.

API Base

HTTP MethodPOST yoki GET
API urlhttps://www.69c6a2a11b43b.myxvest1.ru/api/v2
Botuchiah_smm_bot

Xizmatlar ro'yxati action = services

ParameterDescription
keyYour API key
actionservices
Example response
[
    {
        "service": 1,
        "name": "Followers",
        "type": "Default",
        "category": "First Category",
        "rate": "0.90",
        "min": "50",
        "max": "10000",
        "refill": true,
        "cancel": true
    },
    {
        "service": 2,
        "name": "Comments",
        "type": "Custom Comments",
        "category": "Second Category",
        "rate": "8",
        "min": "10",
        "max": "1500",
        "refill": false,
        "cancel": true
    }
]

Buyurtma qo'shish action = add

ParameterDescription
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
}

Buyurtma holati action = status

ParameterDescription
keyYour API key
actionstatus
orderOrder ID
Example response
{
    "charge": "0.27819",
    "status": "Partial",
    "currency": "UZS"
}

Barcha buyurtmalar action = orders

ParameterDescription
keyYour API key
actionorders
Example response
[{
    "customer": "125632728",
    "service": "15",
    "order":"6291",
    "status": "Completed",
    "charge": "2627.622",
    "currency": "UZS"
},
{
    "customer": "125632728",
    "service": "15",
    "order":"8643",
    "status": "In progress",
    "charge": "2627.622",
    "currency": "UZS"
}]

Ko'p buyurtma holati action = status

ParameterDescription
keyYour API key
actionstatus
ordersOrder IDs separated by comma (1,65,885,56,46,56)
Example response
{
    "1": {
        "charge": "0.27819",
        "status": "Partial",
        "currency": "UZS"
    },
    "10": {
        "error": "Incorrect order ID"
    },
    "100": {
        "charge": "1.44219",
        "status": "In progress",
        "currency": "UZS"
    }
}

Refill yaratish action = refill

ParameterDescription
keyYour API key
actionrefill
orderOrder ID
Example response
{
    "refill": "1"
}

Refill holati action = refill_status

ParameterDescription
keyYour API key
actionrefill_status
refillRefill ID
Example response
{
    "status": "Completed"
}

Balans action = balance

ParameterDescription
keyYour API key
actionbalance
Example response
{
    "balance": "2182.66",
    "currency": "UZS"
}
📄 PHP kod namunasi