SMMPRO
v2.0 Stable API

API Documentation

Power your platform with our enterprise-grade REST API. Reliable, fast, and easy to integrate.

Endpoint Configuration

HTTP Method

POST

Service URL

https://smmorient.com/api/v2

Authentication

Include your API Key in every request. Generate it on the Account Settings page.

Response Format

All responses are returned in standard JSON format for easy parsing in any programming language.

Service List

Parameter Description
key Your unique API key
action services

Example Response

[
  {
    "service": 1,
    "name": "Instagram Followers",
    "type": "Default",
    "category": "Social Media",
    "rate": "0.90",
    "min": "50",
    "max": "10000"
  }
]

Place New Order

Parameter Description
action add
service ID of the service
link URL to the profile/post
quantity Amount to order

Example Response

{
  "order": 14205,
  "status": "success"
}

Track Status

action status
order Order ID
{
  "charge": "0.1500",
  "status": "Completed",
  "remains": "0"
}

Multi Status

action status
orders 1,2,3 (max 100)
{
  "1": { "status": "Completed" },
  "2": { "status": "Pending" }
}

Create Refill

action refill
order Order ID
{ "refill": "14205" }

User Balance

action balance
{
  "balance": "100.00",
  "currency": "USD"
}