WhatsApp support is unavailable. Please use live support or our website ticket system for support.

API Docs

HTTP Method POST
API URL https://growminee.com/api/v2
Response format JSON
Download Examples Example of PHP code

User balance

Parameters Description
api_token Your API key
action balance

Example response

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

Service list

Parameters Description
key Your API key
action services

Example response

[
  {
      "id": 101,
      "service_id": 1,
      "name": "Real & Active Followers - Best Server",
      "rate": "250.00",
      "min": "100",
      "max": "100000",
      "service": "Instagram Followers",
      "type": "default",
      "desc": "10k/day\r\nMax - 55k\r\n8 Hours Start/"
  },
  {
      "id": 107,
      "service_id": 1,
      "name": "Indian Mixed Followers",
      "rate": "150.00",
      "min": "200",
      "max": "10000",
      "service": "Instagram Followers",
      "type": "default",
      "desc": "10k/day\r\nMax - 55k\r\n8 Hours Start"
  },
  {
      "id": 30067,
      "service_id": 1,
      "name": "Instagram Followers - Worldwide",
      "rate": "103.00",
      "min": "100",
      "max": "10000",
      "service": "Instagram Followers",
      "type": "default",
      "desc": "10k/day\r\nMax - 55k\r\n8 Hours Start"
  }
]

Add order

Parameters Description
api_token Your API token
action Method Name
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"
}