HTTP Method |
POST |
API URL |
https://smmpark.in/api |
Return format |
JSON |
Service List
parameters |
Explanation |
key |
Login to view API KEY |
action |
services |
Sample return
[
"8": {
"service_id": "8",
"name": "Facebook Fan Page Post Likes ( Profile Post will Not Work )",
"type": "default",
"price": "10",
"min_amount": "100",
"max_amount": "2000",
"description": " HQ , Instant , to check counter go youtubecount.com",
"category": "Facebook"
},
"11": {
"service_id": "11",
"name": "FB post likes",
"type": "default",
"price": "3",
"min_amount": "100",
"max_amount": "10000",
"description": " HQ , Instant , to check counter go youtubecount.com",
"category": "Facebook"
}
]
New order
Parameter |
Explanation |
key |
Your API Key |
action |
add |
service |
Servis 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 |
apiKey |
actionType |
status |
orderID |
Order ID |
Sample return
{
"orderQuantity": 10000,
"startCount": "55",
"remaining_amount": "1000.0000000000",
"refunded_amount": "1000.0000000000",
"orderStatus": "Partially Completed",
"orderDate": "2016-10-15 12:47:53",
"orderPrice": "2.0700000000"
}
User balance
Parameter |
Explanation |
apiKey |
Your API Key |
actionType |
balance |
Sample return
{
"balance": 10000,
"currency": "USD",
}
Sample PHP file