| Parameters |
Description |
| key | API Key |
| action | "services" |
Example response
[
{
"service": 1,
"name": "Facebook views",
"type": "Default",
"category": "Facebook",
"rate": "2.5",
"min": "200",
"max": "10000",
"refill": true
},
{
"service": 2,
"name": "Tiktok views",
"type": "Default",
"category": "Tiktok",
"rate": "4",
"min": "10",
"max": "1500",
"refill": false
}
]
| Parameters |
Description |
| key | API Key |
| action | "add" |
| service | Service ID |
| link | Link |
| quantity | Needed quantity |
| list | Suggest video list or Keyword search list |
| suggest | Suggest video list |
| search | Keyword search list |
Example response
{
"status": "success",
"order": 99999,
"message": "Đã tạo đơn hàng thành công"
}
| Parameters |
Description |
| key | API Key |
| action | "status" |
| order | Order ID |
Example response
{
"charge": "2.5",
"start_count": "168",
"status": "Completed",
"remains": "-2"
}
Status: Pending, Processing, In progress, Completed, Partial, Canceled
| Parameters |
Description |
| key | API Key |
| action | "status" |
| orders | Order IDs separated by comma (E.g: 123,456,789) (Limit 100) |
Example response
{
"123": {
"charge": "2.5",
"start_count": "100",
"currency": "VND",
"status": "Completed",
"remains": "0"
},
"456": {
"charge": "1.2",
"start_count": "50",
"currency": "VND",
"status": "Processing",
"remains": "50"
}
}
| Parameters |
Description |
| key | API Key |
| action | "balance" |
Example response
{
"balance": "343423",
"currency": "VND"
}
| Parameters |
Description |
| key | API Key |
| action | "refill" |
| order | Order ID (for single refill) or orders (for multiple refill, separated by comma) |
Example response
Checking Refill Status
| Parameters |
Description |
| key | API Key |
| action | "refill_status" |
| refills | Refill ID (single) or multiple IDs separated by comma |
Example response
{
"1": "Completed",
"2": "Rejected"
}
| Parameters |
Description |
| key | API Key |
| action | "cancel" |
| orders | Order IDs separated by comma (Limit 100) |
Example response
{
"123": {
"cancel": 1
},
"456": {
"error": "Service not support cancel!"
}
}