Menu

Reseller API

Standard SMM panel API. Form POST ya GET dono chalenge. JSON response milega.

Base URL:
https://iggrowthbot.shop/api.php

API key generate karne ke liye login karein.

1) Balance
POST /api.php
action=balance
key=YOUR_API_KEY
2) Services list
POST /api.php
action=services
key=YOUR_API_KEY
3) Place order
POST /api.php
action=add
key=YOUR_API_KEY
service=SERVICE_ID
link=https://instagram.com/...
quantity=1000
4) Order status
POST /api.php
action=status
key=YOUR_API_KEY
order=LOCAL_ORDER_ID

Success order response example: {"order":12,"provider_order":"31784062","charge":0.5}