API

HTTP Method POST
API URL https://growthin.store/api/v2
Return format JSON

Service List

parameters Explanation
key Your API Key
action services

Sample return

[
    {
        "service": 1,
        "name": "Followers",
        "type": "Default",
        "category": "First Category",
        "rate": "0.90",
        "min": "50",
        "max": "10000"
    },
    {
        "service": 2,
        "name": "Comments",
        "type": "Custom Comments",
        "category": "Second Category",
        "rate": "8",
        "min": "10",
        "max": "1500"
    }
]

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 Your API Key
action status
order Order ID

Sample return

{
    "charge": "0.27819",
    "start_count": "3572",
    "status": "Partial",
    "remains": "157",
    "currency": "USD"
}

User balance

Parameter Explanation
key Your API Key
action balance

Sample return

{
    "balance": "100.84292",
    "currency": "USD"
}
Sample PHP file
position: fixed; bottom: 20px; right: 20px; background: linear-gradient(45deg,#f09433,#e6683c,#dc2743,#cc2366,#bc1888); color: white; padding: 12px 18px; border-radius: 30px; font-family: Arial, sans-serif; font-size: 14px; text-decoration: none; display: flex; align-items: center; gap: 10px; box-shadow: 0 5px 15px rgba(0,0,0,0.3); z-index: 9999;"> Any doubts? DM on Instagram