menu:api
API URL | https://sunsmmvn.com/api/v2 |
API Key | Sign up now to get key |
HTTP Method | POST |
Content-Type | application/x-www-form-urlencoded |
Response | JSON |
Service list
Parameters | Description |
key | API Key |
action | "services" |
Example response
[ { "service": 1, "name": "Youtube views", "type": "Default", "category": "Youtube", "rate": "2.5", "min": "200", "max": "10000", "refill": true }, { "service": 2, "name": "Facebook comments", "type": "Custom Comments", "category": "Facebook", "rate": "4", "min": "10", "max": "1500", "refill": false } ]
Add order
Parameters | Description |
key | API Key |
action | "add" |
service | Service ID |
link | Link |
quantity | Needed quantity |
Example response
{ "order": 1287681 }
Order list
Parameters | Description |
key | API Key |
action | "status" |
order | Order ID |
Example response
{ "charge": "2.35", "start_count": "168", "status": "Completed", "remains": "-2" }
Status: Pending, Processing, In progress, Completed, Partial, Canceled
Multiple orders status
Parameters | Description |
key | API Key |
action | "status" |
orders | Order IDs separated by comma (E.g: 123,456,789) (Limit 100) |
Example response
{ "133": { "charge": "0.26819", "start_count": "3572", "status": "Partial", "remains": "157" }, "416": { "error": "Incorrect order ID" }, "489": { "charge": "1.44219", "start_count": "234", "status": "In progress", "remains": "10" } }
Status: Pending, Processing, In progress, Completed, Partial, Canceled
Create refill
Parameters | Description |
key | API Key |
action | "refill" |
order | Order ID |
Example response
{ "refill": "1" }
Create multiple refill
Parameters | Description |
key | API Key |
action | "refill" |
orders | Order IDs separated by comma (E.g: 123,456,789) (Limit 100) |
Example response
{ "refill": "1" }
Refill status
Parameters | Description |
key | API Key |
action | "refill_status" |
refill | Refill ID |
Example response
{ "status": "Completed" }
Multiple refill status
Parameters | Description |
key | API Key |
action | "refill_status" |
refills | Refill IDs separated by comma (E.g: 123,456,789) (Limit 100) |
Example response
[ { "refill": 1, "status": "Completed" }, { "refill": 2, "status": "Rejected" }, { "refill": 3, "status": { "error": "Incorrect refill ID" } } ]
Cancel
Parameters | Description |
key | API Key |
action | "cancel" |
order | Order ID |
Example response
{ "success": "Your order will be cancel asap. Thank you for patience." }
Balance
Parameters | Description |
key | API Key |
action | "balance" |
Example response
{ "balance": "100.84292", "currency": "USD" }