API

HTTP Method POST
API URL https://mainsmmpanel.in/api/v2
Return format JSON

Service List

parameters Explanation
key Your API Key
action services

Sample return

[
    {
        "service": 1,
        "name": "Followers",
        "type": "Default",
        "category": "First Category",
        "rate": "0.90",
        "min": "50",
        "max": "10000"
    },
    {
        "service": 2,
        "name": "Comments",
        "type": "Custom Comments",
        "category": "Second Category",
        "rate": "8",
        "min": "10",
        "max": "1500"
    }
]

New order

Parameter Explanation
key Your API Key
action add
service Servis ID
link Service connection
quantity Quantity
runs (optionally) Runs to deliver
interval (optionally) Interval in minutes

Sample return

{
    "order": 23501
}

Order status

Parameter Explanation
key Your API Key
action status
order Order ID

Sample return

{
    "charge": "0.27819",
    "start_count": "3572",
    "status": "Partial",
    "remains": "157",
    "currency": "USD"
}

User balance

Parameter Explanation
key Your API Key
action balance

Sample return

{
    "balance": "100.84292",
    "currency": "USD"
}
Sample PHP file
<footer> <div class="footer-container"> <div class="footer-about"> <h3>About MainSMMPanel.in</h3> <p>India’s #1 SMM panel to buy real Instagram followers, YouTube views, TikTok likes, and other social media services at the cheapest prices. Instant delivery & 24/7 support.</p> </div> <div class="footer-links"> <h4>Quick Links</h4> <ul> <li><a href="/services">SMM Services</a></li> <li><a href="/signup">Register</a></li> <li><a href="/auth">Login</a></li> <li><a href="/api">API Access</a></li> <li><a href="/terms-and-conditions">Terms & Conditions</a></li> <li><a href="/contact">Contact Us</a></li> </ul> </div> <div class="footer-keywords"> <h4>Popular Searches</h4> <p> SMM panel India, buy Instagram followers, cheapest SMM panel, TikTok likes panel, YouTube views SMM, Telegram members, real followers, Instagram panel India, social media panel, API SMM panel India </p> </div> <div class="footer-trust"> <p>&copy; 2025 MainSMMPanel.in. All rights reserved. Secure & trusted SMM reseller panel in India.</p> </div> </div> </footer> <