SMM Provider API
API
| HTTP Method | POST |
| API URL | https://2.25.70.195.sslip.io/api/v2 |
| API Key | Get an API key on the Account page |
| Response format | JSON |
Service list
| Parameters | Description |
| key | Your API key |
| action | services |
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
| Parameters | Description |
| key | Your API key |
| action | add |
| service | Service ID |
| link | 主机器人/克隆机器人使用时间:Telegram数字ID。克隆机器人创建:机器人Token|主管理员Telegram数字ID |
| quantity | Needed quantity |
| callback_url (optional) | Order result callback URL |
| runs (optional) | Runs to deliver |
| interval (optional) | Interval in minutes |
Example response
{"order": 23501}
Order status
| Parameters | Description |
| key | Your API key |
| action | status |
| order | Order ID |
Example response
{
"charge": "0",
"start_count": "0",
"status": "Completed",
"remains": "0",
"currency": "USD"
}
Multiple orders status
| Parameters | Description |
| key | Your API key |
| action | status |
| orders | Order IDs (separated by a comma, up to 100 IDs) |
Create refill
| Parameters | Description |
| key | Your API key |
| action | refill |
| order | Order ID |
Create cancel
| Parameters | Description |
| key | Your API key |
| action | cancel |
| orders | Order IDs (separated by a comma, up to 100 IDs) |
Create refund
| Parameters | Description |
| key | Your API key |
| action | refund |
| order | Order ID |
User balance
| Parameters | Description |
| key | Your API key |
| action | balance |
Example response
{
"balance": "100.84292",
"currency": "USD"
}
© Copyright. All Rights Reserved.