API Documentation

Standard SMM Panel API v2 — compatible with most provider panels.

Endpoint

POST https://getsmmservices.online/api/v2

Get Balance

key=YOUR_API_KEY&action=balance

List Services

key=YOUR_API_KEY&action=services

Create Order

key=YOUR_API_KEY&action=add&service=SERVICE_ID&link=URL&quantity=1000

Drip feed: add &runs=5&interval=30 (minutes between runs)

Order Status

key=YOUR_API_KEY&action=status&order=ORDER_ID

Cancel Order

key=YOUR_API_KEY&action=cancel&order=ORDER_ID

Get your API key from the user panel after registration.