NOTE: To automatically connect public panels (like a "perfectpanel.com") use endpoint: https://socialsbox.com/nbapi/v5
API v4
API URL | https://socialsbox.com/nbapi/v4 |
HTTP Method | POST |
Response format | JSON |
Service list (pricelist)
Parameters | Description |
key | Your API key |
action | services |
Example response
[ { "service": 13, "name": "USA Likes", "type": 0, "cheating": 1, "min": 10, "max": 1500, "price": 14.00, "description": "Instant Start\r\nLikes from USA accounts.\r\nMin: 5 \r\nMax: 1.5k\r\nDaily speed 50-200 /day." }, { "service": 20, "name": "Instagram Followers - S5", "type": 1, "cheating": 3, "min": 100, "max": 100000, "price": 6.00, "description": "Max: 100k\r\nMin: 50\r\nInstant Start\r\n30 Days Refill" } ]
Add order
Parameters | Description |
key | Your API key |
action | add |
service | Service ID |
link | Link to page |
quantity | Needed quantity |
comments (optional) | Comments list separated by \r\n or \n |
Example response
{ "status": "OK", "order": 23501, "start": 1234, "charge": 12.35 }
Order status
Parameters | Description |
key | Your API key |
action | status |
order | Order ID |
Example response
{ "id": 58966 "charge": 12.35, "start": 3572, "current": 4157, "status": "InSystem", }
User balance
Parameters | Description |
key | Your API key |
action | balance |
Example response
{ "balance": 100.84 }