API DocsAPI Docs
| HTTP Method | POST |
| API URL | |
| API Key | Account |
| Return format | JSON |
| Download Examples | Example of PHP code |
User balance
| Parameters | Description |
|---|---|
| key | Your API key |
| action | balance |
Sample return
[
{
"service": 1,
"name": "Followers",
"type": "Default",
"category": "First Category",
"rate": "0.90",
"min": "50",
"max": "10000",
"refill": true
},
{
"service": 2,
"name": "Comments",
"type": "Custom Comments",
"category": "Second Category",
"rate": "8",
"min": "10",
"max": "1500",
"refill": false
}
]
| Parameter | Explanation |
|---|---|
| key | Your API Key |
| action | add |
| service | Servis ID |
| link | Service connection |
| quantity | Quantity |
| runs (optionally) | Runs to deliver |
| interval (optionally) | Interval in minutes |
Sample return
{
"order": 23501
}
| Parameter | Explanation |
|---|---|
| key | Your API Key |
| action | status |
| order | Order ID |
Sample return
{
"charge": "0.27819",
"start_count": "3572",
"status": "Partial",
"remains": "157",
"currency": "USD"
}
| Parameter | Explanation |
|---|---|
| key | Your API Key |
| action | balance |
Sample return
{
"balance": "100.84292",
"currency": "USD"
}