HTTP Method |
POST |
API URL |
https://boostank.com/api/v2 |
Response form |
JSON |
List of services
Parameter |
Description |
key |
API key |
action |
services |
Sample response
[
{
"id": "352",
"name": "Likes",
"type": "Default",
"network": "Instagram",
"category": "Likes",
"min": "20",
"max": "20000",
"rate": "59",
},
{
"id": "312",
"name": "Followers",
"type": "Default",
"network": "Instagram",
"category": "Followers",
"min": "50",
"max": "25000",
"rate": "129",
}
]
List of auto services
Parameter |
Description |
key |
API key |
action |
autoservices |
Sample response
[
{
"id": "315",
"name": "Likes",
"network": "Instagram",
"category": "Likes",
"min": "50",
"max": "15000",
"rate": "89",
},
{
"id": "348",
"name": "Likes",
"network": "Instagram",
"category": "Likes",
"min": "100",
"max": "1000000",
"rate": "99",
}
]
Create an order
Parameter |
Description |
key |
API key |
action |
add-order |
service |
Service ID |
link |
Link to a profile or post |
quantity |
Quantity |
Parameter |
Description |
key |
API key |
action |
add-order |
service |
Service ID |
link |
Link to a profile or post |
comments |
List of own comments, delimiter - \r\n (Cool\r\nSuper\r\nExcellent) |
Sample response
{
"order": "23501"
}
Creating an auto order
Parameter |
Description |
key |
API key |
action |
add-autoorder |
autoservice |
Auto service ID |
quantity |
Quantity for 1 publication |
posts |
Number of publications |
link |
Profile link |
Sample response
{
"autoorder": "3062"
}
Check your order
Parameter |
Description |
key |
API key |
action |
order-status |
id |
Order ID (multiple IDs can be entered, separated by comma) |
Sample response for one order
{
"quantity": "100",
"start_count": "2",
"status": "Completed",
"remains": "0"
}
Sample response for several orders
{
"243": {
"quantity": "100",
"start_count": "2",
"status": "Completed",
"remains": "0"
},
"245": {
"quantity": "5000",
"start_count": "11",
"status": "Processing",
"remains": "1336"
}
}
Auto order check
Parameter |
Description |
key |
API key |
action |
autoorder-status |
id |
Auto order ID (multiple IDs can be entered, separated by comma) |
Sample response for one auto order
{
"quantity": "800",
"posts": "219",
"status": "Processing",
"expiry": "134"
}
Sample response for several auto orders
{
"8": {
"quantity": "600",
"posts": "15",
"status": "Completed",
"expiry": "15"
},
"9": {
"quantity": "800",
"posts": "219",
"status": "Processing",
"expiry": "134"
}
}
Order compensation
Parameter |
Description |
key |
API key |
action |
order-recompense |
order |
Order ID |
Sample response
{
"response": "Order successfully sent for compensation"
}
Order cancellation
Parameter |
Description |
key |
API key |
action |
order-cancel |
id |
Order ID |
Sample response
{
"response": "Order canceled successful"
}
Check balance
Parameter |
Description |
key |
API key |
action |
balance |
Sample response
{
"balance": "683.70"
}