API Integration Guide

IGFollow SMM provides a standard SMM Reseller API compatible with Perfect Panel, SmartPanel, and other major reseller panel systems.

Quantity Split Logic

100 to 500 Qty: Orders are forwarded directly to the original supplier at 100% exact quantity.
501 to 500,000 Qty: Orders are automatically reduced by 10% (e.g. 1000 → 900) before placing.

API Endpoint

POST https://igfollow.shop/api/v2

Perfect Panel Integration

  1. Log into your Perfect Panel Admin Dashboard.
  2. Go to Providers > Add Provider.
  3. Select Standard / Reseller API type.
  4. Enter API URL: https://igfollow.shop/api/v2.
  5. Enter API Key (Found in your IGFollow Admin Panel).
  6. Save and click Fetch Services.

API Reference

1. Place Order (Action: add)

ParameterTypeDescription
keystringYour API Key
actionstringMust be add
serviceintegerService ID
linkstringTarget URL or Username
quantityintegerQuantity (100 - 500,000)
Success Response Example
{
  "status": "ok",
  "order": 10582
}

2. Order Status (Action: status)

ParameterTypeDescription
keystringYour API Key
actionstringMust be status
orderintegerOrder ID
Success Response Example
{
  "status": "Completed",
  "charge": "0.00",
  "start_count": "5400",
  "remains": "0",
  "currency": "USD"
}

3. Check Balance (Action: balance)

ParameterTypeDescription
keystringYour API Key
actionstringMust be balance
Success Response Example
{
  "balance": "85.20",
  "currency": "USD"
}

4. Services List (Action: services)

ParameterTypeDescription
keystringYour API Key
actionstringMust be services