If you place many orders or resell services, there is no need to do it by hand — there is an API for that.
- Open “Settings” → “API” in your dashboard and create a key.
- Send POST requests to /api/v2 with the key and action fields.
- Available actions: services — the service list, add — create an order, status — order status, balance — remaining balance, refill — a refill request, cancel — cancellation.
Limits
- No more than 5 requests per second per key.
- Every order created with the key counts as yours — keep it like a password.
- You can reissue the key at any time; the old one stops working immediately.
The request and response format matches the widespread SMM panel protocol, so existing libraries and integration modules usually work without changes.