| HTTP Method | POST |
| API URL | https://fbiglikes.com/api/v2 |
| Return | JSON |
| 參數 | 說明 |
|---|---|
| key | [您的 API Key] |
| action | "services" |
Return範例
[
{
"service": 1,
"name": "Followers",
"type": "Default",
"category": "First Category",
"rate": "0.90",
"min": "50",
"max": "10000"
},
{
"service": 2,
"name": "Comments",
"type": "Custom Comments",
"category": "Second Category",
"rate": "8",
"min": "10",
"max": "1500"
}
]
| 參數 | 說明 |
|---|---|
| key | [您的 API Key] |
| action | "add" |
| service | [服務ID] |
| link | [訂單連結] |
| quantity | [數量] |
| runs (optional) | [次數] |
| interval (optional) | [間隔(分鐘數)] |
Return範例
{
"order": 23501
}
| 參數 | 說明 |
|---|---|
| key | [您的 API Key] |
| action | "status" |
| order | [訂單ID] |
Return範例
{
"charge": "0.27819",
"start_count": "3572",
"status": "Partial",
"remains": "157",
"currency": "USD"
}
| 參數 | 說明 |
|---|---|
| key | [您的 API Key] |
| action | "balance" |
Return範例
{
"balance": "100.84292",
"currency": "USD"
}