GET / POST
Service List
Returns all active services with IDs, category, price, min/max limits and service type.
| Parameter | Description |
key | Your API key |
action | services |
Example Response
[{"service":1,"name":"Followers","type":"Default","category":"Instagram","rate":"1200","min":"10","max":"10000","refill":true,"cancel":false}]
GET / POST
Add Order
Creates a new order. For Default services send quantity. For Package services quantity is not required.
| Parameter | Description |
key | Your API key |
action | add |
service | Service ID |
link | Target URL or username |
quantity | Required for Default and Poll services |
answer_number | Required only for Poll services |
Example Response
{"order":23501}
GET / POST
Order Status
Returns one order status, charge, start count, remains and currency.
| Parameter | Description |
key | Your API key |
action | status |
order | Panel order ID |
Example Response
{"order":23501,"status":"In progress","start_count":"120","remains":"80","charge":"2400","currency":"UZS"}
GET / POST
User Balance
Returns API account balance and currency.
| Parameter | Description |
key | Your API key |
action | balance |
Example Response
{"balance":"2182.66","currency":"UZS"}