API Docs

Service list

Parameters Description
api_token Your API key
action packages

Example response

[
  {
    "id":"1",
    "name":"Instagram Followers",
    "type":"default"
  },
  {
    "id":"2",
    "name":"Instagram Likes",
    "type":"default"
  },
  {
    "service":"3",
    "name":"Facebook Custom Comments",
    "type":"custom_data"
  }
]
                

Add order

Parameters Description
api_token Your API key
action add
package ID of package
link Link to page
quantity Needed quantity

Example response

{
    "order": 23501
}
                

Order status

Parameters Description
api_token Your API key
action status
order Order ID

Example response

{
  "status": "Completed",
  "start_counter": "600",
  "remains": "600"
}
                

User balance

Parameters Description
api_token Your API key
action balance

Example response

{
    "balance": "100.84292",
    "currency": "USD"
}