API

POST JSON to https://boostpannunga.com/api/v2

Sign in

API key

bp_live_8f21c94a7e6b40d2ac59

POST

action=add

Place a new order

{ "key": "API_KEY", "action": "add", "service": 1011, "link": "https://instagram.com/user", "quantity": 1000 }
POST

action=status

Order status by ID

{ "key": "API_KEY", "action": "status", "order": 84213 }
POST

action=services

List all services and rates

{ "key": "API_KEY", "action": "services" }
POST

action=balance

Read account balance

{ "key": "API_KEY", "action": "balance" }
Rate limit: 120 requests per minute per key. Responses are JSON; errors return { "error": "..." } with HTTP 400.