API Documentation
| HTTP Method | POST |
| API Url | https://smm2.yolikers.com/api/v2 |
| Response format | JSON |
| Parameters | Description |
|---|---|
| key | API Key |
| action | services |
Example response
[
{
"service": "1",
"name": "Followers",
"type": "Default",
"rate": "5.12",
"min": "25",
"max": "100000",
"dripfeed": true,
"category": "First Category"
},
{
"service": "2",
"name": "Comments",
"type": "Custom Comments",
"rate": "12.42",
"min": "100",
"max": "1000",
"dripfeed": false,
"category": "Second Category"
}
]
| Parameters | Description |
|---|---|
| key | API Key |
| action | add |
| service | Service ID |
| link | Link to page |
| quantity | Needed quantity |
| runs (optional) | Runs to deliver |
| interval (optional) | Interval in minutes |
Example response
{
"order": 26
}
| Parameters | Description |
|---|---|
| key | API Key |
| action | status |
| order | Order ID |
Example response order
{
"charge": "5.0000",
"start_count": "5763",
"status": "Processing",
"remains": "172",
"currency": "USD"
}
Example response Order Subscription
{
"status": "Active",
"expiry": null,
"posts": "1",
"orders": [
"22"
]
}
| Parameters | Description |
|---|---|
| key | API Key |
| action | status |
| orders | Order IDs separated by comma |
Example response
{
"1": {
"charge": "0.0231",
"start_count": "0",
"status": "Pending",
"remains": "0",
"currency": "USD"
},
"3": {
"error": "Incorrect Order ID"
},
"10": {
"charge": "10.0000",
"start_count": "52",
"status": "Completed",
"remains": "128",
"currency": "USD"
}
}
| Parameters | Description |
|---|---|
| key | API Key |
| action | balance |
Example response
{
"balance": "56.61292",
"currency": "USD"
}