API / Api kullanımı
Aşağı kısımdan api ile ilgili detaylara ulaşabilirsin.
HTTP Method | POST |
API URL | https://socialnitro.app/api/v2 |
API Key | Api keyini hesabım sayfasından alabilirsin |
Response Format | Json |
PARAMETERS | DESCRIPTION |
key | Your Api 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 } ]
PARAMETERS | DESCRIPTION |
key | Your Api Key |
action | add |
service | Service ID |
{ "order": 25500 }
PARAMETERS | DESCRIPTION |
key | Your Api Key |
action | status |
order | Order ID |
{ "charge": "0.27819", "start_count": "3572", "status": "Processing", "remains": "157", "currency": "TRY" }
PARAMETERS | DESCRIPTION |
key | Your Api Key |
action | refill |
order | Order ID |
{ "refill": "1" }
PARAMETERS | DESCRIPTION |
key | Your Api Key |
action | refill_status |
refill | Refill ID |
{ "status": "Completed" }
PARAMETERS | DESCRIPTION |
key | Your Api Key |
action | balance |
{ "balance": "100.84292", "currency": "TRY" }