| HTTP Method | POST |
| Response format | JSON |
| API URL | https://www.smm.hqrentalpanel.com/api/v2 |
| API Key | Get your API key on the Account page |
| Parameter |
Description |
key |
Your API key |
action |
add |
service |
Service ID |
link |
Link to page |
quantity |
Needed quantity |
| Parameter |
Description |
key |
Your API key |
action |
add |
service |
Service ID |
link |
Link to page |
comments |
One comment per line the quantity is the number of comments |
| Parameter |
Description |
key |
Your API key |
action |
add |
service |
Service ID |
link |
Link to page |
quantity |
Quantity per run |
runs |
How many times to deliver |
interval |
Minutes between runs allowed values are 0 5 10 15 30 60 90 |
Example response:
{
"status": "success",
"order": 23501
}
| Parameter |
Description |
key |
Your API key |
action |
status |
order |
Order ID |
Example response:
{
"order": 23501,
"status": "Completed",
"charge": "0.0360",
"start_count": "1250",
"remains": "0",
"currency": "USD"
}
| Parameter |
Description |
key |
Your API key |
action |
status |
orders |
Order ids separated by comma |
Example response:
{
"23501": {
"charge": "0.2750",
"start_count": "3572",
"status": "Partial",
"remains": "157",
"currency": "USD"
},
"23502": {
"error": "Incorrect order ID"
}
}
| Parameter |
Description |
key |
Your API key |
action |
services |
Example response:
[
{
"service": 1,
"name": "Instagram Followers",
"category": "Instagram",
"type": "default",
"rate": "0.90",
"min": "50",
"max": "10000",
"refill": true,
"dripfeed": true
}
]
| Parameter |
Description |
key |
Your API key |
action |
refill |
order |
Order ID |
Example response:
{
"refill": "1"
}
| Parameter |
Description |
key |
Your API key |
action |
cancel |
order |
Order ID |
Example response:
{
"cancel": "1"
}
| Parameter |
Description |
key |
Your API key |
action |
balance |
Example response:
{
"status": "success",
"balance": "100.84292",
"currency": "USD"
}