User balance
Parameters Description
Example response
    }
    "balance": "100.84292",
    "currency": "USD"
    {
    
API Docs
POST HTTP Method
https://saudiseopanel.com/api/v2 API URL
b35a688d79fe19d2f31c9bc6461e259d API Key
JSON Response format
Example Of PHP Code
Add order
Description Parameters
Your API key key
add action
Service ID service
Link to page link
Needed quantity quantity
Runs to deliver runs (optional)
Interval in minutes interval (optional)
Example
    }
        "order": 23501
    {
    
Service list
Description Parameters
Your API key Key
Services Action
Example
    }]
        "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"
    [{
    
Multiple orders status
Description Parameters
Your API key key
status action
Order IDs separated by comma orders
Example
{
    "1": {
    "charge": "0.27819",
    "start_count": "3572",
    "status": "Partial",
    "remains": "157",
    "currency": "USD"
    },
    "10": {
        "error": "Incorrect order ID"
    },
    "100": {
        "charge": "1.44219",
        "start_count": "234",
        "status": "In progress",
        "remains": "10",
        "currency": "USD"
    }
}
    
Order status
Description Parameters
Your API key Key
Status Action
Order ID Order
Example
}
"charge": "0.27819",
"start_count": "3572",
"status": "Partial",
"remains": "157",
"currency": "USD"
{