| HTTP Metodu | POST |
| API URL | https://silversmm.com.tr/api/v2 |
| Yanıt formatı | JSON |
| Parametreler | 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",
"refill": true
},
{
"service": 2,
"name": "Comments",
"type": "Custom Comments",
"category": "Second Category",
"rate": "8",
"min": "10",
"max": "1500",
"refill": false
}
]
Örnek yanıt
{
"order": 23501
}
| Parametreler | 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"
}
| Parametreler | Açıklama |
|---|---|
| key | API anahtarınız |
| action | status |
| orders | Virgül ile ayrılmış sipariş ID’leri |
Örnek yanıt
{
"1": {
"charge": "0.27819",
"start_count": "3572",
"status": "Partial",
"remains": "157",
"currency": "USD"
},
"10": {
"error": "Hatalı sipariş ID"
},
"100": {
"charge": "1.44219",
"start_count": "234",
"status": "In progress",
"remains": "10",
"currency": "USD"
}
}
| Parametreler | Açıklama |
|---|---|
| key | API anahtarınız |
| action | refill |
| order | Sipariş ID |
Örnek yanıt
{
"refill": "1"
}
| Parametreler | Açıklama |
|---|---|
| key | API anahtarınız |
| action | refill_status |
| refill | Refill ID |
Örnek yanıt
{
"status": "Completed"
}
| Parametreler | Açıklama |
|---|---|
| key | API anahtarınız |
| action | balance |
Örnek yanıt
{
"balance": "100.84292",
"currency": "USD"
}
PHP kod örneği