API Docs
API Key: — · full key on Dashboard
Overview
| HTTP Method | POST |
|---|---|
| API URL | |
| Response format | JSON |
POST Service list
| Parameters | Description |
|---|---|
key | Your API key |
action | services |
[{"service":1,"name":"TikTok Views","rate":"0.5","min":"100","max":"10000000","cancel":true}]
POST Add order
| Parameters | Description |
|---|---|
key | Your API key |
action | add |
service | Service ID |
link | TikTok URL or bare aweme ID |
quantity | Needed quantity |
Wrong Link Error — returned when the link cannot be resolved. No charge is applied.
{"order": 23501}
POST Order status
| Parameters | Description |
|---|---|
key | Your API key |
action | status |
order | Order ID |
charge is net after any refund. status values: Completed, Partial, Canceled, Processing, Pending.
{
"charge": "0.27819",
"start_count": "3572",
"status": "Partial",
"remains": "157",
"currency": "USD"
}
POST Multiple orders status
orders | Comma-separated IDs (max 100) |
|---|
{"1":{"charge":"0.27","status":"Partial","remains":"157"},"10":{"error":"Incorrect order ID"}}
Refill
Refill endpoints exist for API compatibility. TikTok views refill is not supported yet.
action | refill or refill_status |
POST Cancel orders
action | cancel |
orders | Comma-separated order IDs |
POST User balance
{"balance": "100.842920", "currency": "USD"}