Method |
POST |
API URL |
|
Api Formatı |
JSON |
Servis Listesi
Parametreler |
Açıklama |
key |
Api Key |
action |
services |
Örnek Kod
[
{
"service": 1,
"name": "Takipçi",
"type": "Default",
"category": "İnstagram Takipçi",
"rate": "0.90",
"min": "100",
"max": "8500"
}
]
[
{
"service": 2,
"name": "Beğeni",
"type": "Default",
"category": "İnstagram Beğeni",
"rate": "0.80",
"min": "100",
"max": "8500"
}
]
Sipariş Ekleme
Parametreler |
Açıklama |
key |
Api Keyiniz |
action |
add |
service |
Servis id |
link |
Sipariş url |
quantity |
Miktar |
Örnek Kod
{
"orderID": 10
}
Sipariş Durumu
Parametreler |
Açıklama |
key |
Api Keyiniz |
action |
status |
order |
Sipariş id |
Örnek Kod
{
"charge": "0.27819",
"start_count": "3572",
"status": "Partial",
"remains": "157",
"currency": "TL"
}
Kullanıcı Bakiyesi
Parametreler |
Açıklama |
key |
Api Keyiniz |
action |
balance |
Örnek Kod
{
"balance": "100.84292",
}