API URL
https://igreseller.com/api/v2
| Parametre | Açıklama |
|---|
| key | API anahtarınız |
| action | services |
Örnek Yanıt
[
{
"service": 1,
"name": "Followers",
"type": "Default",
"category": "First Category",
"rate": "0.90",
"min": "50",
"max": "10000"
}]| Parametre | Açıklama |
|---|
| key | API anahtarınız |
| action | add |
| service | Hizmet ID |
| link | Sipariş linki |
| quantity | Miktar |
| runs (opsiyonel) | Çalıştırma sayısı |
| interval (opsiyonel) | Dakika cinsinden aralık |
Örnek Yanıt
| Parametre | Açıklama |
|---|
| key | API anahtarınız |
| action | status |
| order | Sipariş ID |
Örnek Yanıt
{
"charge": "0.27819",
"start_count": "3572",
"status": "Partial",
"remains": "157",
"currency": "USD"
}| Parametre | Açıklama |
|---|
| key | API anahtarınız |
| action | status |
| orders | Virgülle ayrılmış sipariş ID'leri |
Örnek Yanıt
{
"1": { "charge": "0.27819", "status": "Partial", "remains": "157", "currency": "USD" },
"10": { "error": "Incorrect order ID" },
"100": { "charge": "1.44219", "status": "In progress", "remains": "10", "currency": "USD" }}| Parametre | Açıklama |
|---|
| key | API anahtarınız |
| action | balance |
Örnek Yanıt
{ "balance": "100.84292", "currency": "USD" }