Required parameters
  • key - Your API Key
  • action - "services"

Success response :
[
{
"id": 2,
"name": "Facebook Like",
"front_desc": null,
"back_desc": null,
"min": "1",
"max": "6000",
"logo": "https://localhost/smmlab/assets/images/task/631d0f547f9251662848852.png"
},
{
"id": 3,
"name": "Instagram Like",
"front_desc": null,
"back_desc": null,
"min": "34",
"max": "3452352",
"logo": "https://localhost/smmlab/assets/images/task/631d0db3b28091662848435.jpg" 
}
]

Error response :
{"error" : "The action field is required" }
{"error" : "The api key field is required" }
{"error" : "Invalid api key" }
{"error" : "Invalid action"}

Required parameters
  • key - Your API Key
  • action - "new_order"
  • service_id - Service ID
  • link - Link to page
  • quantity - Quantity to be purchased

Success response :
{
"status": "Order Created",
"order_id": 24 
}

Error response :
{"error" : "The action field is required"}
{"error" : "The api key field is required"}
{"error" : "Invalid api key"}
{"error" : "Invalid Service Id"}
{"error" : "The link field is required"}
{"error" : "The quantity field is required"}
{"error" : "Please follow the limit"}
{"error" : "Insufficient balance"}
Required parameters
  • key - Your API Key
  • action - "status"
  • order_id - Order ID

Success response :
{
"status": "active",
"request": 2,
"completed": 1,
"remains": 1,
"log": [
{
    "trx": "OM7N1EE2",
    "created_at": "2023-07-15T01:12:29.000000Z"
}
]

}

Available status
  • Pending
  • Processing
  • Complete
  • Order Cancelled
  • Refunded

Error response :
{"error" : "The action field is required"}
{"error" : "The api key field is required"}
{"error" : "Invalid api key"}
{"error" : "Invalid action"}
{"error" : "The order field is required"}
{"error" : "Invalid Order Id"}
Required parameters
  • key - Your API Key
  • action - "balance"

Success response :
{
 "balance": "10.00"
"currency" :" NGN"
}
Error response :
{"error" : "The action field is required" }
{"error" : "The api key field is required" }
{"error" : "Invalid api key" }

We may use cookies or any other tracking technologies when you visit our website, including any other media form, mobile website, or mobile application related or connected to help customize the Site and improve your experience. learn more