SW AI Online · সর্বদা প্রস্তুত
👋 হ্যালো! আমি SW-র AI সহকারী।
সার্ভিস, প্রাইস, পেমেন্ট বা যেকোনো প্রশ্ন করুন!
এইমাত্র

API Documentation

General API Information

Download Sample PHP Code
HTTP METHOD POST
RESPONSE FORMAT JSON
API KEY Login to view your API Key
https://jkxsmm.com/api/v2

1. Service List

action: services
Parameter Description
key Your API Key
action services
Sample JSON Response
[
    {
        "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.00",
        "min": "10",
        "max": "1500"
    }
]

2. Add New Order

action: add
Parameter Description
key Your API Key
action add
service Service ID
link Link to page / post
quantity Needed quantity
runs (optional) Runs to deliver (for drip-feed)
interval (optional) Interval in minutes (for drip-feed)
Sample JSON Response
{
    "order": 23501
}

3. Order Status

action: status
Parameter Description
key Your API Key
action status
order Order ID
Sample JSON Response
{
    "charge": "0.27819",
    "start_count": "3572",
    "status": "Partial",
    "remains": "157",
    "currency": "USD"
}

4. User Balance

action: balance
Parameter Description
key Your API Key
action balance
Sample JSON Response
{
    "balance": "100.84292",
    "currency": "USD"
}