| HTTP Method | POST |
| API URL | https://h5.beemp.ng/api/v2 |
| Return Format | JSON |
| Parameter | Explanation |
|---|---|
| key | Your unique API Key. |
| action | services |
[
{
"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"
}
]
| 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. |
{
"order": 23501
}
| Parameter | Explanation |
|---|---|
| key | Your unique API Key. |
| action | status |
| order | Target Order ID. |
{
"charge": "0.27819",
"start_count": "3572",
"status": "Partial",
"remains": "157",
"currency": "USD"
}
| Parameter | Explanation |
|---|---|
| key | Your unique API Key. |
| action | balance |
{
"balance": "100.84292",
"currency": "USD"
}