API Dökümanı
HTTP Method | POST |
API URL | https://crigenzorix.com.tr/api/v2 |
Geri dönüş formatı | JSON |
Servis Listesi
Parametre | Açıklama |
---|---|
key | Kullanıcı API Key |
action | services |
Örnek geri dönüş
[ { "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" } ]Yeni Sipariş
Parametre | Açıklama |
---|---|
key | Kullanıcı API Key |
action | add |
service | Servis ID |
link | Hizmet bağlantısı |
quantity | Miktar |
runs (opsiyonel) | Runs to deliver |
interval (opsiyonel) | Interval in minutes |
Örnek geri dönüş
{ "order": 23501 }
Sipariş Durumu
Parametre | Açıklama |
---|---|
key | Kullanıcı API Key |
action | status |
order | Sipariş ID |
Örnek geri dönüş
{ "charge": "0.27819", "start_count": "3572", "status": "Partial", "remains": "157", "currency": "TRY" }
Kullanıcı bakiyesi
Parametre | Açıklama |
---|---|
key | Kullanıcı API Key |
action | balance |
Örnek geri dönüş
{ "balance": "100.84292", "currency": "TRY" }