GET
/api/v1/panel/services
List available services with selling prices and limits.
Developer API
Browse services and submit wallet-funded Panel orders. Authenticate every request using your customer API key.
Authentication
Authorization: Bearer YOUR_API_KEY
/api/v1/panel/services
List available services with selling prices and limits.
/api/v1/panel/services/{serviceId}
Get service details and compatible extras.
/api/v1/panel/extras
List available extras.
/api/v1/panel/orders
List your Panel orders.
/api/v1/panel/orders
Make an order and pay from your wallet.
/api/v1/panel/orders/{id}
Get local and Panel order details.
/api/v1/panel/orders/{id}/cancel
Request cancellation for an eligible order.
Create Order Payload
{
"service": 101,
"quantity": 10,
"links": "https://example.com",
"extras": [5, 8],
"keywords": "optional keywords",
"notes": "optional notes"
}