API
| Méthode HTTP | POST |
| URL API | https://afrikaboost.com/api/v2 |
| Format de retour | JSON |
Liste des services
| Paramètres | Explication |
|---|---|
| key | Votre clé API |
| action | services |
Exemple de retour
[
{
"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"
}
]
Nouvelle commande
| Paramètre | Explication |
|---|---|
| key | Votre clé API |
| action | add |
| service | ID du service |
| link | Lien du service |
| quantity | Quantité |
| runs (optionnel) | Nombre d'exécutions à livrer |
| interval (optionnel) | Intervalle en minutes |
Exemple de retour
{
"order": 23501
}
Statut de la commande
| Paramètre | Explication |
|---|---|
| key | Votre clé API |
| action | status |
| order | ID de la commande |
Exemple de retour
{
"charge": "0.27819",
"start_count": "3572",
"status": "Partial",
"remains": "157",
"currency": "USD"
}
Solde utilisateur
| Paramètre | Explication |
|---|---|
| key | Votre clé API |
| action | balance |
Exemple de retour
{
"balance": "100.84292",
"currency": "USD"
}
Exemple de fichier PHP