API

HTTP Method POST
API URL https://socialsmmpannel.xyz/api/v3
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

⚠️Rules and Instructions❗ ?1. Do not place multiple orders for the same link at the same time. Wait until the first order is completed, canceled, or partial. ?2. If you change the link while working, your order will be marked as completed, and we will not refund the cost. ?3. If the order link changes or is not available, it will not be possible to track any order and we will not support orders. To check everything, the first thing to check is the order link. ?4. The system works according to the start count and marks your orders as completed after you receive enough quantity. So, please don't ask us to cancel or anything else with the reason. ?5. Any kind of misbehavior with a customer support team will lead to your account being suspended. ⚠️Rules and Instructions❗ ?1. Do not place multiple orders for the same link at the same time. Wait until the first order is completed, canceled, or partial. ?2. If you change the link while working, your order will be marked as completed, and we will not refund the cost. ?3. If the order link changes or is not available, it will not be possible to track any order and we will not support orders. To check everything, the first thing to check is the order link. ?4. The system works according to the start count and marks your orders as completed after you receive enough quantity. So, please don't ask us to cancel or anything else with the reason. ?5. Any kind of misbehavior with a customer support team will lead to your account being suspended.