API Documentation

Integrate our SMM Panel services directly into your application

HTTP Method
POST
API Endpoint
https://bdsmmpanel.com/api/v2
Response Format
JSON
📋 Endpoint

Service List

Returns all available services with pricing and limits

Parameter
key
Your API key
Action
services
Response Example
[
  {
    "service": 1,
    "name": "Followers",
    "type": "Default",
    "category": "First Category",
    "rate": "0.90",
    "min": "50",
    "max": "10000",
    "refill": true
  },
  {
    "service": 2,
    "name": "Comments",
    "type": "Custom Comments",
    "category": "Second Category",
    "rate": "8",
    "min": "10",
    "max": "1500",
    "refill": false
  }
]
➕ Endpoint

Add Order

ParameterDescription
keyYour API key
actionadd
serviceService ID
linkLink to page
quantityNeeded quantity
runsoptionalRuns to deliver
intervaloptionalInterval 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 list separated by \r\n or \n
hashtagsHashtags list separated by \r\n or \n
ParameterDescription
keyYour API key
actionadd
serviceService ID
linkLink to page
usernamesUsernames list 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 list 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
linkLink to page
quantityNeeded quantity
groupsGroups list separated by \r\n or \n
ParameterDescription
keyYour API key
actionadd
serviceService ID
usernameUsername
minQuantity min
maxQuantity max
postsoptionalLimit future posts to parse. If not set, subscription is unlimited.
old_postsoptionalNumber of existing posts to parse and create orders for
delayDelay in minutes. Values: 0, 5, 10, 15, 30, 60, 90, 120, 150, 180, 210, 240, 270, 300, 360, 420, 480, 540, 600
expiryoptionalExpiry date — format: d/m/Y
Response Example
{
  "order": 23501
}
🔍 Endpoint

Order Status

key
Your API key
action
status
order
Order ID
Response Example
{
  "charge":      "0.27819",
  "start_count": "3572",
  "status":      "Partial",
  "remains":     "157",
  "currency":    "USD"
}
📦 Endpoint

Multiple Orders Status

key
Your API key
action
status
orders
IDs separated by comma
Response 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"
  }
}
🔄 Endpoint

Create Refill

key
Your API key
action
refill
order
Order ID
Response Example
{
  "refill": "1"
}
✅ Endpoint

Refill Status

key
Your API key
action
refill_status
refill
Refill ID
Response Example
{
  "status": "Completed"
}
💰 Endpoint

User Balance

key
Your API key
action
balance
Response Example
{
  "balance":  "100.84292",
  "currency": "USD"
}