API 連結
POST
JSON
key
授權密鑰action
balance{ "balance": "100.84292", "currency": "USD" }
key
授權密鑰action
services[ { "service": 1448, "name": "Instagram 追蹤者", "type": "Default", "category": "Instagram", "rate": "0.90", "min": "50", "max": "10000", "refill": true }, { "service": 1452, "name": "Facebook 留言", "type": "Custom Comments", "category": "臉書", "rate": "8", "min": "10", "max": "1500", "refill": false } ]
key
授權密鑰action
addservice
服務 IDlink
帖子、頁面或者個人檔案連結quantity
所需數量interval (可選嘅)
{ "order": 23501 }
key
授權密鑰action
statusorder
訂單 ID{ "charge": "0.27819", "start_count": "3572", "status": "Partial", "remains": "157", "currency": "USD" }
key
授權密鑰action
statusorders
逗號分隔嘅訂單 ID{ "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" } }
key
授權密鑰action
refillorder
訂單 ID{ "refill": "1" }
key
授權密鑰action
refill_statusrefill
補充 ID{ "status": "Completed" }
key
授權密鑰action
refillorders
逗號分隔嘅訂單 ID[ { "order": 1, "refill": 1 }, { "order": 2, "refill": 2 }, { "order": 3, "refill": { "error": "Incorrect order ID" } } ]
key
授權密鑰action
refillorders
逗號分隔嘅訂單 ID[ { "refill": 1, "status": "Completed" }, { "refill": 2, "status": "Rejected" }, { "refill": 3, "status": { "error": "Refill not found" } } ]
key
授權密鑰action
cancelorders
逗號分隔嘅訂單 ID[ { "order": 9, "cancel": { "error": "Incorrect order ID" } }, { "order": 2, "cancel": 1 } ]