Tài liệu API

SMM Panel API v2.0

Giao diện lập trình ứng dụng mạnh mẽ để tích hợp dịch vụ SMM vào hệ thống của bạn

API URL https://x999.vn/api/v2
API Key
Vui lòng đăng nhập để xem API Key
HTTP Method POST
Content-Type application/x-www-form-urlencoded
Response JSON
Parameters
Parameter Description
key Your API key
action "services"
Example Response
[ { "service": 1, "name": "Facebook cảm xúc Like 👍 Việt 🇻🇳 | 🕓 lập tức | ⚡ 2K / giờ | ⏏️ 10K | 🛡️", "desc": "Like chất lượng cao: người việt, người thật - click bằng tay, tốc độ trung bình, tỉ lệ tụt thấp.", "type": "Default", "category": "⭐ FB Like + cảm xúc Việt 🇻🇳 | ổn định | S1", "platform": "Dịch vụ Facebook", "rate": "15000", "min": "200", "max": "10000", "refill": true, "cancel": false, "dripfeed": false }, { "service": 2, "name": "Facebook Tăng Bình Luận Việt 🇻🇳 + Tây hỗn hợp | 🕓 lập tức | ⚡ 2K / giờ | ⏏️ 100K | 🛡️", "desc": "", "type": "Custom Comments", "category": "FB Bình luận", "platform": "Dịch vụ Facebook", "rate": "57500", "min": "10", "max": "1500", "refill": false, "cancel": true, "dripfeed": true } ]

Type: Default, Package, Custom Comments, Custom Comments Package, Mentions Hashtag, Subscriptions, SEO

Rate: Giá của số lượng 1.000

Parameters
Parameter Description
key Your API key
action "add"
service Service ID
link Link to page
comments Comments (Only for Custom Comments service)
quantity Quantity to be delivered
Example Response
{ "order": 23501 }
Parameters
Parameter Description
key Your API key
action "status"
order Order ID
Example Response
{ "charge": "0.27819", "start_count": "3572", "status": "Completed", "remains": "157" }

Status: Pending, Processing, In progress, Completed, Partial, Canceled

Parameters
Parameter Description
key Your API key
action "status"
orders Order IDs separated by comma
Example Response
{ "123": { "charge": "0.27819", "start_count": "3572", "status": "Partial", "remains": "157" }, "456": { "error": "Incorrect order ID" }, "789": { "charge": "1.44219", "start_count": "234", "status": "In progress", "remains": "10" } }
Parameters
Parameter Description
key Your API key
action "cancel"
orders Order IDs (separated by a comma, up to 100 IDs)
Example Response
[ { "order": 9, "cancel": { "error": "Incorrect order ID" } }, { "order": 2, "cancel": 1 } ]
Parameters
Parameter Description
key Your API key
action "balance"
Example Response
{ "balance": "100.84292", "currency": "USD" }
Parameters
Parameter Description
key Your API key
action "refill"
order Order ID
Example Response
{ "refill": "1" }
Parameters
Parameter Description
key Your API key
action "refill"
orders Order IDs separated by comma
Example Response
[ { "order": 1, "refill": 1 }, { "order": 2, "refill": 2 }, { "order": 3, "refill": { "error": "Incorrect order ID" } } ]
Parameters
Parameter Description
key Your API key
action "refill_status"
refill Refill ID
Example Response
{ "status": "Completed" }
Parameters
Parameter Description
key Your API key
action "refill_status"
refills Refill IDs (separated by a comma, up to 100 IDs)
Example Response
[ { "refill": 1, "status": "Completed" }, { "refill": 2, "status": "Rejected" }, { "refill": 3, "status": { "error": "Refill not found" } } ]