API
API
واجهة طلبات للموزعين والوكالات والأتمتة
Order every TodaySNS service and check status through the API. It follows the industry-standard SMM panel format, so existing integrations work with minimal changes.
URL
/api/v2
Method
POST
Rate
60/min
Generate an API key on My page after logging in. Every request is a POST with key and action parameters. Rate limit: 60 requests per minute.
Endpoints
Request
$ POST /api/v2
key=YOUR_API_KEY&action=services
Response
[
{"service": 12, "name": "KakaoTalk Channel Friends", "platform": "kakaotalk",
"rate": 90000, "min": 1, "max": 100000, "currency": "KRW", "days": 30},
{"service": 1, "name": "Instagram Followers", "platform": "instagram",
"rate": 3000, "min": 100, "max": 500000, "currency": "KRW", "days": 0}
]
Request
$ POST /api/v2
key=YOUR_API_KEY&action=add&service=12&link=https://example.com/your-page&quantity=500&days=5
Response
{"order": 10482}
Request
$ POST /api/v2
key=YOUR_API_KEY&action=status&order=10482
Response
{"order": 10482, "status": "In progress", "charge": "45000", "start_count": "1200",
"remains": "180", "currency": "KRW"}
Request
$ POST /api/v2
key=YOUR_API_KEY&action=status&orders=10482,10483
Response
{"10482": {"status": "Completed", "remains": "0"}, "10483": {"status": "Pending", "remains": "300"}}
Request
$ POST /api/v2
key=YOUR_API_KEY&action=balance
Response
{"balance": "128500", "currency": "KRW"}
Error responses
Failures return HTTP 200 with {"error": "message"}. Typical errors: insufficient balance, invalid link, quantity out of range, invalid key.
{"error": "Not enough funds on balance"}
Notes
Use service IDs and rates from the services response. The rate is the price per 1,000 units in your account currency. Order status moves Pending → In progress → Completed.
API keys will be available at full launch