Use API
| API URL | https://smmly.space/api/v1 |
| Response format | JSON |
| HTTP Method | POST |
Service list
| Parameters | Description |
| key | Your API key |
| action | “services” |
Example response
[
{
"category": "Instagram"
"max": "10000"
"min": "50"
"name": "İnstagram Last Story Max 5k"
"rate": "0.90"
"service": 1
},
{
"category": "Facebook"
"max": "1500"
"min": "10"
"name": "Comments"
"rate": "8"
"service": 2
}
]
Place new Order
| Parameters | Description |
| key | Your API key |
| action | “add” |
| service | Service ID |
| link | Link to page |
| quantity | Quantity to be delivered |
Order status
| Parameters | Description |
| key | Your API key |
| action | status |
| order | Order ID |
Example response
{“status” : “Pending”, “start_count” : “1000”, “remains” : “500”}