What we deliver
Channel & group members
Public links and private invite links are both supported. Send the link, we handle the rest.
Country targeting
Draw accounts from a specific country, or from the mixed pool when the origin does not matter.
Retention tiers
Choose how long members stay โ from short-hold options up to non-drop, where they are never removed.
Paced delivery
Joins are spread over time and across separate network routes rather than arriving in one burst.
The service list is live
Every service has its own numeric ID, rate per 1000, and minimum and
maximum order size. Because that list changes, it is not printed here โ
call action=services with your key and you always get the
current one.
API
One endpoint, one POST, form-encoded. If your panel already
talks to SMM providers, it talks to this.
POSThttps://smm.addersmm.com/api/v2
| Action | What it does | Parameters |
|---|---|---|
services |
The current catalogue, with IDs and rates. | key |
add |
Place an order. Returns the order ID. | key, service, link,
quantity |
status |
Progress of one order, or of many at once. | key, order or orders |
cancel |
Stop an order that has not finished. | key, orders |
balance |
Funds remaining on your key. | key |
Example
curl -X POST https://smm.addersmm.com/api/v2 \
-d key=YOUR_API_KEY \
-d action=add \
-d service=1 \
-d link=https://t.me/your_channel \
-d quantity=100
{"order": 4231}
Errors come back with HTTP 200 and an error field, the way
SMM panel clients expect:
{"error": "Incorrect API key"}
Getting a key
Contact the operator of this panel to have a key issued for your account.