METHOD: POST
URL API: https://dichvumo.com/api/v2/server-smm.aspx
URL PANEL: https://dichvumo.com/other/check-smm.aspx
API Key: Get an API key on the Account page
Response format: JSON
key: Your API key
action: services
[
{
"service": "10101150",
"name": "followers",
"type": "facebook followers",
"rate": 100,
"min": "20",
"max": "100000",
"dripfeed": false,
"refill": false,
"category": "facebook followers 1"
},
{
"service": "10101050",
"name": "facebook likes",
"type": "facebook likes",
"rate": 100,
"min": "20",
"max": "100000",
"dripfeed": false,
"refill": false,
"category": "facebook likes 2"
}
]
key: Your API key
action: add
service: Service ID
link: Link to page
quantity: Needed quantity
content or comments (optional): Comments list separated by \r\n or \n
speed (optional): speed from 0-300
minute (optional): time from 0-300 minute
type (optional): customs
_warranty (optional): default 7
_speed (optional): customs by service
expire (optional): time from 1 to 30 days
runs (optional): Runs to deliver
interval (optional): Interval in minutes
{
"order": 23501
}
key: Your API key
action: status
order: Order ID
{
"charge": "0.27819",
"start_count": "3572",
"status": "Partial",
"remains": "157",
"currency": "USD"
}
key: Your API key
action: status
orders: Order IDs separated by comma
{
"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"
}
}
key: Your API key
action: cancel
order: order ID
{
"code": 200,
"cancel": 1,
"order": 1234,
"message": "Cancel request pending processing."
}
key: Your API key
action: balance
{
"balance": "100.84292",
"currency": "USD"
}