TodaySNS

API

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

todaysns — api

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}
]

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