API & Integration
API Documentation
Integrate MaxApex directly into your own tools, websites and scripts.
HTTP Method
POST
API URL
https://maxsmmpanel.com/api/v2
Return format
JSON
Service List
keyYour API Key
actionservices
Sample return
[
{
"service": 1,
"name": "Followers",
"type": "Default",
"category": "First Category",
"rate": "0.90",
"min": "50",
"max": "10000"
},
{
"service": 2,
"name": "Comments",
"type": "Custom Comments",
"category": "Second Category",
"rate": "8",
"min": "10",
"max": "1500"
}
]
New Order
keyYour API Key
actionadd
serviceServis ID
linkService connection
quantityQuantity
runs (optionally)Runs to deliver
interval (optionally)Interval in minutes
Sample return
{
"order": 23501
}
Order Status
keyYour API Key
actionstatus
orderOrder ID
Sample return
{
"charge": "0.27819",
"start_count": "3572",
"status": "Partial",
"remains": "157",
"currency": "USD"
}
User Balance
keyYour API Key
actionbalance
Sample return
{
"balance": "100.84292",
"currency": "USD"
}