API Documentations
You can use our api and connect with your panel. We provide API discount also.
API
HTTP Method | POST |
API URL | https://cheapestsmm.in/api/v2 |
Response 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.90", "min": "50", "max": "10000" }, { "service": 2, "name": "Comments", "type": "Custom Comments", "category": "Second Category", "rate": "8", "min": "10", "max": "1500" } ]
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.27819", "start_count": "3572", "status": "Partial", "remains": "157", "currency": "USD" }
User Balance
Parameter | Explanation |
---|---|
Key | Your API Key |
Action | Balance |
Sample Return
{ "balance": "100.84292", "currency": "USD" }Sample PHP File