API Documentation

Integrate with our panel using secure API endpoints.

API Details

HTTP MethodPOST
API URLhttps://asiansmm.com/api/v2
Return FormatJSON

Service List

ParameterDescription
keyYour API Key
actionservices

Sample 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",
    "min": "10",
    "max": "1500"
  }
]

New Order

ParameterDescription
keyYour API Key
actionadd
serviceService ID
linkURL to promote
quantityNumber of units
runs (optional)Number of runs
interval (optional)Interval between runs (in minutes)

Sample Response:

{
  "order": 23501
}

Order Status

ParameterDescription
keyYour API Key
actionstatus
orderOrder ID

Sample Response:

{
  "charge": "0.27819",
  "start_count": "3572",
  "status": "Partial",
  "remains": "157",
  "currency": "USD"
}

Check Balance

ParameterDescription
keyYour API Key
actionbalance

Sample Response:

{
  "balance": "100.84292",
  "currency": "USD"
}
Download Sample PHP File