Method: POST
API URL: https://shopfbvn.com/api/v1/server-smm.aspx
Response: JSON
Key: Lấy Api_token tại trang Trang cá nhân.
{
"key": "Api_token",
"action": "services"
}
Response mẫu:
[
{
"service": "101014100",
"category": "facebook.buff.live",
"type": "Default",
"rate": 600,
"name": "facebook.buff.live - Channel(100)",
"min": 10,
"max": 1000000,
"cancel": "false",
"refill": "false",
"dripfeed": "false"
}
]
{
"key": "Api_token",
"action": "add",
"service": "id dịch vụ",
"link": "link cần tăng",
"quantity": "số lượng cần tăng"
}
Response mẫu:
{
"order": 12345
}
{
"speed": 5, // tốc độ chạy (số nguyên)
"type": 1 // thông số dịch vụ bổ sung (số nguyên)
}
{
"key": "Api_token",
"action": "status",
"orders": "order_id1,order_id2,..."
}
Response mẫu:
{
"1": {
"charge": "1000",
"start_count": "3572",
"status": "Partial",
"remains": "157",
"currency": "VND"
},
"10": {
"error": "Incorrect order ID"
}
}
{
"key": "Api_token",
"action": "balance"
}
Response mẫu:
{
"balance": "123456",
"currency": "VND"
}