| 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 is invalid or user is blocked |
| Incorrect request | Invalid request format or missing action |
| Incorrect service ID | Service not found or is not active |
| Bad link | Link parameter is missing or empty |
| Quantity less than minimum | Requested quantity is below the service minimum |
| Quantity more than maximum | Requested quantity exceeds the service maximum |
| Not enough funds on balance | Insufficient balance to place the order |
| Incorrect order ID | Order not found or does not belong to this user |
| Answer number is required | Poll service requires the answer_number parameter |