| Parameters | Description |
|---|---|
| key | Your API key |
| action | services |
[
{
"service": 1,
"name": "7-day Join — Telegram Members",
"type": "Default",
"category": "Telegram Members",
"rate": "60.00000",
"min": 10,
"max": 100000,
"refill": false,
"cancel": true
},
{
"service": 3,
"name": "Poll Votes — Telegram",
"type": "Poll",
"category": "Telegram Votes",
"rate": "36.00000",
"min": 10,
"max": 50000,
"refill": false,
"cancel": true
}
]
| Parameters | Description |
|---|---|
| key | Your API key |
| action | add |
| service | Service ID |
| link | Link to page (e.g. https://t.me/channel) |
| quantity | Needed quantity |
{
"order": 23501
}
| Parameters | Description |
|---|---|
| key | Your API key |
| action | status |
| order | Order ID |
{
"charge": "0.27819",
"start_count": 0,
"status": "In progress",
"remains": 157,
"currency": "UZS"
}
| Parameters | Description |
|---|---|
| key | Your API key |
| action | status |
| orders | Order IDs (separated by comma, up to 100) |
{
"1": {
"charge": "0.27819",
"start_count": 0,
"status": "Completed",
"remains": 0,
"currency": "UZS"
},
"10": {
"error": "Incorrect order ID"
}
}
| Parameters | Description |
|---|---|
| key | Your API key |
| action | cancel |
| orders | Order IDs (separated by comma, up to 100) |
[
{
"order": 1,
"cancel": { "status": 1 }
}
]
| Parameters | Description |
|---|---|
| key | Your API key |
| action | balance |
{
"balance": "100.84292",
"currency": "UZS"
}
{
"error": "Not enough funds on balance"
}
| Error | Description |
|---|---|
| Invalid API key | API key noto'g'ri yoki foydalanuvchi blocked |
| Incorrect request | Noto'g'ri so'rov formati |
| Incorrect service ID | Xizmat topilmadi yoki faol emas |
| Bad link | Link berilmagan |
| Quantity less than minimum | Miqdor minimal chegaradan kam |
| Quantity more than maximum | Miqdor maksimal chegaradan ko'p |
| Not enough funds on balance | Balansda yetarli mablag' yo'q |
| Incorrect order ID | Buyurtma topilmadi |
| Answer number is required | Poll xizmat uchun answer_number kerak |