Flash Deal: Get an instant 10% Extra Bonus on your first deposit! (Limited Time)
BRONZE MEMBER$100.00 to SILVER
0%
Available Balance$0.00
Back to Dashboard
Developer API
Automate your orders or connect your own panel using our PerfectPanel-compatible API.
Your API Key
Loading...
* Keep this key secret. If compromised, contact support immediately to generate a new one.
API Documentation
Our API is fully compatible with PerfectPanel. Endpoint URL: https://yourdomain.com/api/v2
1. Get Balance
POST /api/v2
{
"key": "your_api_key",
"action": "balance"
}2. Add Order
POST /api/v2
{
"key": "your_api_key",
"action": "add",
"service": 1,
"link": "https://instagram.com/user",
"quantity": 1000,
"runs": 10, // optional (for drip-feed)
"interval": 30 // optional (for drip-feed)
}