Automate orders, check balances, and sync statuses using JSON responses.
| key | Your API key |
| action | services |
[
{
"service": 1,
"name": "Followers",
"type": "Default",
"category": "Instagram",
"rate": "0.90",
"min": "50",
"max": "10000",
"refill": true
}
]
| key | Your API key |
| action | add |
| service | Service ID |
| link | Link to page |
| quantity | Needed quantity |
| runs | Optional drip-feed runs |
| interval | Optional interval in minutes |
{
"order": 23501
}
| comments | One comment per line, separated by \n |
| username | Target username |
| min | Minimum quantity |
| max | Maximum quantity |
| posts | Number of posts, or unlimited where supported |
| delay | Delay between orders |
| status | key, action=status, order=ORDER_ID |
| balance | key, action=balance |
| cancel | key, action=cancel, orders=1,2,3 |