👑Save me smm
USD 0.0000

Farooqshah47
📡 API Documentation
Automate orders, check status and balance directly from your own application.
API URL
https://saveme.shop/api/v2
Service List — action: services
| Parameter | Explanation |
key | Your API Key |
action | services |
Sample Response
[
{
"service": 1,
"name": "Followers",
"type": "Default",
"category": "First Category",
"rate": "0.90",
"min": "50",
"max": "10000"
}
]
New Order — action: add
| Parameter | Explanation |
key | Your API Key |
action | add |
service | Service ID |
link | Service connection |
quantity | Quantity |
runs (optional) | Runs to deliver |
interval (optional) | Interval in minutes |
Sample Response
{
"order": 23501
}
Order Status — action: status
| Parameter | Explanation |
key | Your API Key |
action | status |
order | Order ID |
Sample Response
{
"charge": "0.27819",
"start_count": "3572",
"status": "Partial",
"remains": "157",
"currency": "USD"
}
User Balance — action: balance
| Parameter | Explanation |
key | Your API Key |
action | balance |
Sample Response
{
"balance": "100.84292",
"currency": "USD"
}