Integrate seamlessly into your application, automated marketing bots, or SaaS using the standard API v2 protocol.
curl -X POST https://api.yoursite.com/v2 \ -d "key=YOUR_API_KEY" \ -d "action=add" \ -d "service=101" \ -d "link=https://instagram.com/p/viral" \ -d "quantity=1000"
Returns list of all active services, rates per 1,000, min/max limits, and refill eligibility.
Parameters: `service` (ID), `link` (Target URL), `quantity`. Deducts wallet atomically and returns `{"order": 104921}`.
Parameters: `order` (Order ID). Returns status (`Pending`, `In progress`, `Completed`), charge, remains, and start count.
Parameters: `orders` (Comma-separated IDs e.g. `104918,104919`). Returns status map.
Returns your current available wallet balance and currency.