Integrate MrPanel services directly into your own platform. High-performance, reliable, and standardized for seamless resale.
https://mrpanel.in/api/v2Submit a new order to the system. Returns the Order ID.
{
"key": "1234abcd...",
"action": "add",
"service": 2880,
"link": "https://instagram.com/p/Cx...",
"quantity": 1000
}{
"order": 23501
}{
"error": "Not enough funds"
}Retrieve current status and counters for a specific order.
{
"key": "1234abcd...",
"action": "status",
"order": 23501
}{
"charge": "0.20",
"start_count": "120",
"status": "Completed",
"remains": "0",
"currency": "INR"
}Get your current account balance.
{
"key": "1234abcd...",
"action": "balance"
}{
"balance": "450.50",
"currency": "INR"
}Fetch all active services with IDs, rates, min/max limits, and type.
{
"key": "1234abcd...",
"action": "services"
}[
{
"service": 2880,
"name": "Instagram Random Comments",
"type": "Default",
"category": "Instagram",
"rate": "137.97",
"min": 20,
"max": 10000,
"refill": false,
"cancel": false
}
]