SMM Provider API

API

HTTP MethodPOST
API URLhttps://2.25.70.195.sslip.io/api/v2
API KeyGet an API key on the Account page
Response formatJSON

Service list

ParametersDescription
keyYour API key
actionservices

Example response

[
  {
    "service": 1001,
    "name": "Telegram Monitor Bot High 30 Days",
    "type": "Default",
    "category": "Telegram Bot Membership",
    "rate": "1.00",
    "min": "1000",
    "max": "1000",
    "refill": false,
    "cancel": true
  },
  {
    "service": 1002,
    "name": "克隆机器人 创建并开通后台一年",
    "type": "Default",
    "category": "Telegram Clone Bot",
    "rate": "1.00",
    "min": "1000",
    "max": "1000",
    "refill": false,
    "cancel": true
  }
]

Add order

Default

ParametersDescription
keyYour API key
actionadd
serviceService ID
link主机器人/克隆机器人使用时间:Telegram数字ID。克隆机器人创建:机器人Token|主管理员Telegram数字ID
quantityNeeded quantity
callback_url (optional)Order result callback URL
runs (optional)Runs to deliver
interval (optional)Interval in minutes

Example response

{"order": 23501}

Order status

ParametersDescription
keyYour API key
actionstatus
orderOrder ID

Example response

{
  "charge": "0",
  "start_count": "0",
  "status": "Completed",
  "remains": "0",
  "currency": "USD"
}

Multiple orders status

ParametersDescription
keyYour API key
actionstatus
ordersOrder IDs (separated by a comma, up to 100 IDs)

Create refill

ParametersDescription
keyYour API key
actionrefill
orderOrder ID

Create cancel

ParametersDescription
keyYour API key
actioncancel
ordersOrder IDs (separated by a comma, up to 100 IDs)

Create refund

ParametersDescription
keyYour API key
actionrefund
orderOrder ID

User balance

ParametersDescription
keyYour API key
actionbalance

Example response

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

© Copyright. All Rights Reserved.