API DETAILS
API URL
https://princepanel.com/api/v2
API Key (can be found in your profile page)
Your API Key
HTTP Method
POST
Response format
JSON
Service list
key
Your API key
action
services
[
{
"service": 110,
"name": "Followers",
"type": "Default",
"category": "First Category",
"rate": "0.10",
"min": "100",
"max": "10000"
},
{
"service": 518,
"name": "Comments",
"type": "Custom Comments",
"category": "Second Category",
"rate": "9",
"min": "1000",
"max": "10000"
}
]
Add order
key
Your API key
action
add
service
Service ID
link
Your Link
quantity
Needed quantity
{
"order": 516981
}
Order status
key
Your API key
action
status
order
Order ID
{
"charge": "0.2569",
"status": "order status",
"currency": "Rial"
}
Balance
key
Your API key
action
balance
{
"balance": "0.28919",
"currency": "USD"
}