API Documentation
URL https://www.clubsmmpanel.com/api/v2
KEY You can get API Key from your profile.
HTTP Method POST
Response Format JSON
Service List
key Your API Key
action services
Example Response
[
                {
                    "service": 1,
                    "name": "Followers",
                    "type": "Default",
                    "category": "First Category",
                    "rate": "0.90",
                    "min": "50",
                    "max": "10000",
                    "refill": true
                },
                {
                    "service": 2,
                    "name": "Comments",
                    "type": "Custom Comments",
                    "category": "Second Category",
                    "rate": "8",
                    "min": "10",
                    "max": "1500",
                    "refill": false
                }
]
            
Add Order
key Your API Key
action add
service Service ID
link Your Order Link
quantity Order Quantity
key Your API Key
action add
service Service ID
username Username
min Quantity Min
max Quantity Max
posts Number of future posts
delay Delay in minutes, e.g 0,5,10,30,60,120,240,480,540,600
expiry (optional) Expiry date in d/m/Y format
key Your API Key
action add
service Service ID
link Your Order Link
quantity Order Quantity
answer_number Answer Number / Answer Text of the poll ( Check service description for details )
key Your API Key
action add
service Service ID
link Your Order Link
quantity Order Quantity
username Username of comment owner
key Your API Key
action add
service Service ID
link Your Order Link
comments Comments list separated by \r\n or \n
key Your API Key
action add
service Service ID
link Your Order Link
Example Response
{
    "order": 123456
}
            
Order Status
key Your API Key
action status
order Order ID
Example Response
{
    "charge": "0.22",
    "start_count": "111894",
    "status": "completed",
    "remains": "0",
    "currency": "USD"
}
            
Multiple Order Status
key Your API Key
action status
orders Order IDs separated by comma e.g 100,101,102
Example Response
{
    "100": {
        "charge": "0.27819",
        "start_count": "3572",
        "status": "Partial",
        "remains": "157",
        "currency": "USD"
    },
    "101": {
        "error": "Incorrect order ID"
    },
    "102": {
        "charge": "1.44219",
        "start_count": "234",
        "status": "Inprogress",
        "remains": "10",
        "currency": "USD"
    }
}
            
User Balance
key Your API Key
action balance
Example Response
{
    "balance": "29.14292",
    "currency": "USD"
}
            
Need more help?

If you need more help for using our API, or you needed specific feature be implemented, don't hesitate to contact us!

You can contact us through the following methods:

  • Email us info[at]clubsmmpanel[dot]com
  • Ticketing System
  • Whatsapp, You can find it in corner right of screen.