Developer API
API Documentation
Integrate CleanSMM into your platform. Fully compatible with standard SMM panel API format.
API Endpoint:
https://socialboostclean.top/api/v2
POST
action=services
Returns list of all services
Parameters: key
Example Response:
[{"id":1,"name":"Instagram Followers","rate":"45.0000","min":100,"max":50000}]
POST
action=order
Create a new order
Parameters: key, service, link, quantity
Example Response:
{"order":12345}
POST
action=status
Check single order status
Parameters: key, order
Example Response:
{"charge":"0.27","start_count":"3560","status":"Partial","remains":"157","currency":"KES"}
POST
action=orders
Get multiple orders status (comma separated)
Parameters: key, orders
Example Response:
[{"id":1,...},...]
POST
action=balance
Get account balance
Parameters: key
Example Response:
{"balance":"100.84","currency":"KES"}
POST
action=refill
Request order refill
Parameters: key, order
Example Response:
{"refill":1}
POST
action=refill_status
Check refill status
Parameters: key, refill
Example Response:
{"status":"Completed"}
POST
action=cancel
Cancel order (if eligible)
Parameters: key, orders
Example Response:
{"cancel":[{"id":1,"cancel":"1"}]}
All requests must include
key (your API key). Requests can be GET or POST to https://socialboostclean.top/api/v2.