Add order
Information
| Method | order/create |
| Return | Order ID |
| URL Example | https://lazyfox.top/es/api/v1/order/create?link=https%3A%2F%2Fwww.instagram.com%2Fp%2FQhymBxjE3I%2F&quantity=250&service=45&key=1dbb8074d9ddb2b92279ecf9df94c2a08152207e49519bc16af878c75e9a04a6 |
Params
| Param | Type | Description |
| quantity | Integer | Quantity |
| link | String | URL |
| service | Integer | ID services |
| comments (optional) | String | Comments listed with \n |
| key | String | API Token |
Response example
{
"success": true,
"data": {
"order": 18341
}
}
View order
Information
| Method | order/view | ||||||||||||||
| Return |
|
||||||||||||||
| URL Example | https://lazyfox.top/es/api/v1/order/view?id=542&key=1dbb8074d9ddb2b92279ecf9df94c2a08152207e49519bc16af878c75e9a04a6 |
Params
| Param | Type | Description |
|---|---|---|
| id | Integer | Order ID |
| key | String | API Token |
Response example:
{
"success": true,
"data": {
"charge": 12.7,
"start_count": 155,
"status": "Processing",
"remains": null
}
}