API Parameters

HTTP Method POST
API URL https://h5.beemp.ng/api/v2
Return Format JSON
Service List
Parameter Explanation
key Your unique API Key.
action services
Sample Response
[
    {
        "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 unique API Key.
action add
service Service ID endpoint.
link Target service link connection.
quantity Total target delivery amount.
runs (Optional) Runs to deliver.
interval (Optional) Interval duration in minutes.
Sample Response
{
    "order": 23501
}
Order Status
Parameter Explanation
key Your unique API Key.
action status
order Target Order ID.
Sample Response
{
    "charge": "0.27819",
    "start_count": "3572",
    "status": "Partial",
    "remains": "157",
    "currency": "USD"
}
User Balance
Parameter Explanation
key Your unique API Key.
action balance
Sample Response
{
    "balance": "100.84292",
    "currency": "USD"
}
Download Sample PHP File