Notice: Undefined index: u_id in /www/wwwroot/demo.starneet.com/app/ev.php on line 28

Notice: Undefined index: a_id in /www/wwwroot/demo.starneet.com/app/ev.php on line 97

Notice: Undefined index: u_id in /www/wwwroot/demo.starneet.com/app/ev.php on line 191

Notice: Trying to access array offset on value of type bool in /www/wwwroot/demo.starneet.com/app/ev.php on line 193

Notice: Trying to access array offset on value of type bool in /www/wwwroot/demo.starneet.com/app/ev.php on line 187

Notice: Undefined index: msmbilisim_userid in /www/wwwroot/demo.starneet.com/app/ev.php on line 209

Notice: Undefined index: msmbilisim_userlogin in /www/wwwroot/demo.starneet.com/app/ev.php on line 211

Notice: Undefined variable: route in /www/wwwroot/demo.starneet.com/app/ev.php on line 214

Notice: Trying to access array offset on value of type null in /www/wwwroot/demo.starneet.com/app/ev.php on line 214

Notice: Undefined index: msmbilisim_adminid in /www/wwwroot/demo.starneet.com/app/ev.php on line 221

Notice: Undefined index: msmbilisim_adminslogin in /www/wwwroot/demo.starneet.com/app/ev.php on line 223

Notice: Undefined index: access in /www/wwwroot/demo.starneet.com/app/ev.php on line 224

Notice: Undefined variable: currencies_item in /www/wwwroot/demo.starneet.com/app/ev.php on line 233

Notice: Trying to access array offset on value of type bool in /www/wwwroot/demo.starneet.com/app/ev.php on line 238

Notice: Trying to access array offset on value of type bool in /www/wwwroot/demo.starneet.com/app/ev.php on line 238

Notice: Trying to access array offset on value of type bool in /www/wwwroot/demo.starneet.com/app/ev.php on line 238

Notice: Trying to access array offset on value of type bool in /www/wwwroot/demo.starneet.com/app/ev.php on line 238

Notice: Trying to access array offset on value of type bool in /www/wwwroot/demo.starneet.com/app/ev.php on line 238

Notice: Trying to access array offset on value of type bool in /www/wwwroot/demo.starneet.com/app/ev.php on line 238

Notice: Trying to access array offset on value of type bool in /www/wwwroot/demo.starneet.com/app/ev.php on line 238

Notice: Trying to access array offset on value of type bool in /www/wwwroot/demo.starneet.com/app/ev.php on line 238

Notice: Trying to access array offset on value of type bool in /www/wwwroot/demo.starneet.com/app/ev.php on line 238

Notice: Trying to access array offset on value of type bool in /www/wwwroot/demo.starneet.com/app/ev.php on line 238

Notice: Trying to access array offset on value of type bool in /www/wwwroot/demo.starneet.com/app/ev.php on line 238

Notice: Trying to access array offset on value of type bool in /www/wwwroot/demo.starneet.com/app/ev.php on line 238

Notice: Trying to access array offset on value of type bool in /www/wwwroot/demo.starneet.com/app/ev.php on line 238

Notice: Trying to access array offset on value of type bool in /www/wwwroot/demo.starneet.com/app/ev.php on line 238

Notice: Trying to access array offset on value of type bool in /www/wwwroot/demo.starneet.com/app/ev.php on line 238

Notice: Undefined variable: offline_currencies_item in /www/wwwroot/demo.starneet.com/app/ev.php on line 250

Notice: Undefined variable: offline_currencies_item_with_li in /www/wwwroot/demo.starneet.com/app/ev.php on line 251
Api

API Docs

HTTP Method POST
API URL https://demo.starneet.com/api/v2
Response format JSON

Service list

Parameters Description
key Your API key
action services

Example response

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

Add order

Example response

{
    "order": 23501
}

Order status

Parameters Description
key Your API key
action status
order Order ID

Example response

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

Multiple orders status

Parameters Description
key Your API key
action status
orders Order IDs separated by comma

Example response

{
    "1": {
        "charge": "0.27819",
        "start_count": "3572",
        "status": "Partial",
        "remains": "157",
        "currency": "USD"
    },
    "10": {
        "error": "Incorrect order ID"
    },
    "100": {
        "charge": "1.44219",
        "start_count": "234",
        "status": "In progress",
        "remains": "10",
        "currency": "USD"
    }
}

Create refill

Parameters Description
key Your API key
action refill
order Order ID

Example response

{
    "refill": "1"
}

Get refill status

Parameters Description
key Your API key
action refill_status
refill Refill ID

Example response

{
    "status": "Completed"
}

User balance

Parameters Description
key Your API key
action balance

Example response

{
    "balance": "100.84292",
    "currency": "USD"
}
Example of PHP code