API

API URL

https://cheapsmmpanel.com/api/v2

API KEY

Your API Key

HTTP METHOD

POST

RESPONSE FORMAT

JSON

DOWNLOAD CODE

Example of PHP code

Add order
api_token

Your API key

action

add

package

Package ID

link

Link to page

quantity

Needed quantity

runs (OPTIONAL)

Runs to deliver

interval (OPTIONAL)

Interval in minutes

{
    "order": 23501
}
            
Order status
api_token

Your API key

action

status

order

Order ID

{
  "status": "Completed",
  "start_counter": "600",
  "remains": "600"
}
            
Service list
api_token

Your API key

action

packages

[
  {
    "service": 1,
    "name": "Instagram Followers",
    "type": "Default",
    "category": "First Category",
    "rate": "0.30",
    "min": "50",
    "max": "10000"
  },
  {
    "service": 2,
    "name": "Instagram Likes",
    "type": "Default",
    "category": "Second Category",
    "rate": "0.03",
    "min": "50",
    "max": "1000"
  },
  {
    "service": 3,
    "name": "Facebook Custom Comments",
    "type": "Custom Comments",
    "category": "Third Category",
    "rate": "8",
    "min": "10",
    "max": "1500"
  }
]
User balance
api_token

Your API key

action

balance

{
    "balance": "100.84292",
    "currency": "USD"
}