Services

API Documentation

Connect your website, application or child panel with MAIN SMM PANEL.

API Account
PUBLIC DOCUMENTATION
API Endpoint
https://www.zany-lavender-elephant.103-178-160-215.cpanel.site/api/v2
API Key is private. Do not enter or expose your key on this public documentation page. Login to your account and use Account → API Key to generate, copy or regenerate your key.
REQUEST FORMAT

Send a POST request to the endpoint with your private key and the required action parameters.

key=YOUR_API_KEY action=services
POST · action=services
Get Service List

Returns active services available on the panel.

ParameterRequiredDescription
keyYesYour Account API Key
actionYesservices
key=YOUR_API_KEY action=services
POST · action=balance
Get Balance

Returns the authenticated user's current balance and currency.

key=YOUR_API_KEY action=balance
POST · action=add
Create Order

Creates an order using an active service and deducts the calculated charge from the user's balance.

ParameterRequiredDescription
keyYesYour Account API Key
actionYesadd
serviceYesService ID
linkYesTarget URL/profile/post link
quantityYesOrder quantity within the service Min/Max
key=YOUR_API_KEY action=add service=123 link=https://example.com/post quantity=1000
POST · action=status
Check Order Status

Returns the status, charge, remains and start count for one of your orders.

key=YOUR_API_KEY action=status order=12345
POST · action=refill
Request Refill

Requests a refill for an eligible order when the service and provider support refill.

key=YOUR_API_KEY action=refill order=12345
POST · action=cancel
Cancel Pending Order

Cancels an eligible pending order and refunds its charge according to the panel's order rules.

key=YOUR_API_KEY action=cancel order=12345
API Security
  • Keep your API key private.
  • Never publish the key in frontend JavaScript, screenshots or public documentation.
  • If the key is exposed, open Account → API Key and regenerate it immediately.
  • The public API page contains documentation only; it does not expose user credentials.