API V2 Documentation
Connect your SMM business with our platform
General Information
Our API is compatible with the standard PerfectPanel V2 format. You can use it to automate orders, check balance, and retrieve service lists.
HTTP Method:POST / GET
API URL:https://zupx.top/api/v2
Response:JSON Format
Available Actions
Action: balance
Retrieve your current account balance.
// Request
{
"key": "YOUR_API_KEY",
"action": "balance"
}
Action: services
Retrieve all available services and rates.
// Request
{
"key": "YOUR_API_KEY",
"action": "services"
}
Action: add
Place a new order for a specific service.
// Request
{
"key": "YOUR_API_KEY",
"action": "add",
"service": "SERVICE_ID",
"link": "https://...",
"quantity": 1000
}
Action: status
Check the status of an order or multiple orders.
// Multiple Status Request
{
"key": "YOUR_API_KEY",
"action": "status",
"orders": "123,456,789"
}
Get your API Key in Profile
© 2026 ZupX SMM Panel. All rights reserved.

