content=" Officialsocialseller provide best SMM panel service in India. We offer cheapest SMM reseller panel to generate awareness, connect with customers, drive traffic & sale."> officialsocialseller.in -Expanding your Reach Digitally - API Documentation

API 2.0

HTTP Method POST
API URL https://officialsocialseller.in/api/v2
Response Format JSON

Method:add

Parameters Descriptions
key Your API token
action add
service ID of package
link Link to page
quantity Needed quantity
comments optional, needed for custom comments, mentions and other relaed packages only.
each separated by '\n', '\n\r'

Success Response:

{
  "order":"23501"
}

Method:status

Parameters Descriptions
key Your API token
action status
order Order ID

Success Response:

{
  "status": "Completed",
  "start_count": "600",
  "remains": "600",
  'currency': "USD",
  "charge" : "1.04"
}

Method:balance

Parameters Descriptions
key Your API token
action balance

Example Response:

{
  "balance": "100.78",
  "currency": "USD"
}

Method:services

Parameters Descriptions
key Your API token
action services

Example Response:

[
    {
        "service": 1539,
        "name": "COMBO OFFER",
        "rate": "76.50000",
        "min": "50",
        "max": "500",
        "category": "⭕️ COMBO OFFER √√",
        "type": "Default",
        "desc": "Service Description",
        "refill": false,
        'dripfeed': true
    },
    {
        "service": 1297,
        "name": "♛Fcebook video view 500k ⚡️⚡️",
        "rate": "9.18000",
        "min": "100",
        "max": "500000",
        "category": "⭕️ TOP BEST RESELLER",
        "type": "Default",
        "desc": "Service Description",
        "refill": true,
        'dripfeed': true
    },
    {
        "service": 1189,
        "name": "♛ Instagram Saves (15K) (Fast) 🔥",
        "rate": "11.47500",
        "min": "200",
        "max": "15000",
        "category": "⭕️ Cheap Services",
        "type": "Default",
        "desc": "Service Description",
        "refill": true,
        'dripfeed': false
    }
]
Example of PHP Code