API
| HTTP Method |
POST |
| API URL |
https://trueboost.in/api/v2 |
| Return format |
JSON |
Service List
| parameters |
Explanation |
| key |
Your API Key |
| action |
services |
Sample return
[
{
"service": 1,
"name": "Followers",
"type": "Default",
"category": "First Category",
"rate": "0.50",
"min": "10",
"max": "100000"
},
{
"service": 2,
"name": "Comments",
"type": "Custom Comments",
"category": "Second Category",
"rate": "8.69",
"min": "10",
"max": "1100"
}
]
New order
| Parameter |
Explanation |
| key |
Your API Key |
| action |
add |
| service |
Service ID |
| link |
Service connection |
| quantity |
Quantity |
| runs (optionally) |
Runs to deliver |
| interval (optionally) |
Interval in minutes |
Sample return
{
"order": 23501
}
Order status
| Parameter |
Explanation |
| key |
Your API Key |
| action |
status |
| order |
Order ID |
Sample return
{
"charge": "0.69284",
"start_count": "4892",
"status": "Proccessing",
"remains": "69",
"currency": "INR"
}
User balance
| Parameter |
Explanation |
| key |
Your API Key |
| action |
balance |
Sample return
{
"balance": "69.2",
"currency": "INR"
}
Sample PHP file