Reseller API
Plug other panels, bots, or scripts into your wallet. Standard SMM-panel format — works with Perfectpanel, GoodPanel, ChildPanel and most reseller apps with zero custom code.
Create a new API key
Your keys
Loading…
API documentation
/api/public/v2HTTP method: POST · Format: application/x-www-form-urlencoded or JSON
1. Service list
POST /api/public/v2 key=YOUR_API_KEY action=services
2. Check balance
key=YOUR_API_KEY action=balance
3. Add an order
key=YOUR_API_KEY action=add service=SERVICE_ID link=https://instagram.com/username quantity=1000
Response: { "order": "uuid", "charge": "0.4000", "currency": "USD" }
4. Order status (single or bulk)
key=YOUR_API_KEY action=status order=ORDER_ID # — or for up to 100 orders at once — orders=ID1,ID2,ID3
5. Cancel an order (refunds wallet)
key=YOUR_API_KEY action=cancel order=ORDER_ID
Security: keep your key private — anyone with it can spend your wallet balance. Revoke a key instantly from this page if it leaks. Orders draw from your wallet, so add funds first.