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": 1,
"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": "USD"
}Get your current account balance.
{
"key": "1234abcd...",
"action": "balance"
}{
"balance": "450.50",
"currency": "USD"
}