| HTTP Method | POST |
| API URL | ***************** |
| API Key | ********************************* |
| Response Format | JSON |
| Parametre | Açıklama |
|---|---|
| key | ********* |
| action | services |
[
{
"service": 1,
"name": "Followers",
"type": "Default",
"category": "First Category",
"rate": "0.90",
"min": "50",
"max": "10000",
"refill": true
},
{
"service": 2,
"name": "Comments",
"type": "Custom Comments",
"category": "Second Category",
"rate": "8",
"min": "10",
"max": "1500",
"refill": false
}
]
| Parametre | Açıklama |
|---|---|
| key | ********************* |
| action | add |
| service | Servis ID |
{
"order": 25500
}
| Parametre | Açıklama |
|---|---|
| key | API Anahtarınız |
| action | status |
| order | Sipariş ID |
{
"charge": "0.27819",
"start_count": "3572",
"status": "Processing",
"remains": "157",
"currency": "TRY"
}
| Parametre | Açıklama |
|---|---|
| key | API Anahtarınız |
| action | refill |
| order | Sipariş ID |
{
"refill": "1"
}
| Parametre | Açıklama |
|---|---|
| key | API Anahtarınız |
| action | refill_status |
| refill | Yenileme ID |
{
"status": "Completed"
}
| Parametre | Açıklama |
|---|---|
| key | API Anahtarınız |
| action | balance |
{
"balance": "100.84292",
"currency": "TRY"
}
******
*****************