SMM Panel

API Documentation

Integrate our SMM panel into your platform using the REST API below.

HTTP Method POST
API URL https://matrixpanel.topsmmshop.com/api/v2
Account 👤 Settings & API Key →
Response Format JSON
PHP Code Example
Download a ready-to-use PHP integration example
Download PHP Example
📋 Service List
ParameterDescription
keyYour API key
actionservices
Example Response
[
  {
    "service": 1,
    "name": "Followers",
    "type": "Default",
    "category": "First Category",
    "rate": "0.90",
    "min": "50",
    "max": "10000",
    "refill": true,
    "cancel": true
  }
]
➕ Add Order
ParameterDescription
keyYour API key
actionadd
serviceService ID
linkLink to page
quantityNeeded quantity
runs (optional)Runs to deliver
interval (optional)Interval in minutes
ParameterDescription
keyYour API key
actionadd
serviceService ID
linkLink to page
ParameterDescription
keyYour API key
actionadd
serviceService ID
linkLink to page
commentsComments list separated by \r\n or \n
ParameterDescription
keyYour API key
actionadd
serviceService ID
linkLink to page
quantityNeeded quantity
usernamesUsernames list separated by \r\n or \n
ParameterDescription
keyYour API key
actionadd
serviceService ID
linkLink to page
quantityNeeded quantity
usernamesUsernames separated by \r\n or \n
hashtagsHashtags separated by \r\n or \n
ParameterDescription
keyYour API key
actionadd
serviceService ID
linkLink to page
usernamesUsernames separated by \r\n or \n
ParameterDescription
keyYour API key
actionadd
serviceService ID
linkLink to page
quantityNeeded quantity
hashtagHashtag to scrape usernames from
ParameterDescription
keyYour API key
actionadd
serviceService ID
linkLink to page
quantityNeeded quantity
usernameURL to scrape followers from
ParameterDescription
keyYour API key
actionadd
serviceService ID
linkLink to page
quantityNeeded quantity
mediaMedia URL to scrape likers from
ParameterDescription
keyYour API key
actionadd
serviceService ID
linkLink to page
commentsComments separated by \r\n or \n
ParameterDescription
keyYour API key
actionadd
serviceService ID
linkLink to page
quantityNeeded quantity
usernameUsername of the comment owner
ParameterDescription
keyYour API key
actionadd
serviceService ID
linkLink to page
quantityNeeded quantity
answer_numberAnswer number of the poll
ParameterDescription
keyYour API key
actionadd
serviceService ID
usernameUsername
minQuantity min
maxQuantity max
posts (optional)Limit number of future posts
old_posts (optional)Number of existing posts to parse
delayDelay in minutes (0, 5, 10, 15, 30, 60…)
expiry (optional)Expiry date (d/m/Y)
Example Response
{
  "order": 23501
}
🔍 Order Status
ParameterDescription
keyYour API key
actionstatus
orderOrder ID
Example Response
{
  "charge": "0.27819",
  "start_count": "3572",
  "status": "Partial",
  "remains": "157",
  "currency": "USD"
}
📊 Multiple Orders Status
ParameterDescription
keyYour API key
actionstatus
ordersOrder IDs separated by comma
Example Response
{
  "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"
  }
}
🔄 Create Refill
ParameterDescription
keyYour API key
actionrefill
orderOrder ID
Example Response
{
  "refill": "1"
}
📡 Refill Status
ParameterDescription
keyYour API key
actionrefill_status
refillRefill ID
Example Response
{
  "status": "Completed"
}
💰 User Balance
ParameterDescription
keyYour API key
actionbalance
Example Response
{
  "balance": "100.84292",
  "currency": "USD"
}
🏠Home Order 📋Orders 💰Funds ⚙️API