API Documentation

Powerful RESTful API for automating your SMM orders. Create orders, track status and manage balance via simple HTTP requests.

RESTful API
Security
24/7 Availability
GET

Get Balance

URL:

/api/v1/balance

Authentication:

Authorization header Bearer YOUR_API_KEY

Request Example:

curl -X GET "https://smm.socnet.pro/api/v1/balance" \
  -H "Authorization: Bearer YOUR_API_KEY"

Response Example:

{
  "success": true,
  "data": {
    "balance": 100.50,
    "currency": "USD"
  }
}
GET

Services List

URL:

/api/v1/services

Authentication:

Authorization header Bearer YOUR_API_KEY

Request Example:

curl -X GET "https://smm.socnet.pro/api/v1/services" \
  -H "Authorization: Bearer YOUR_API_KEY"

Response Example:

{
  "success": true,
  "data": {
    "services": [
      {
        "id": 1,
        "name": "Instagram Followers",
        "type": "Default",
        "price_per_1000": 1.00,
        "min_quantity": 10,
        "max_quantity": 10000
      }
    ],
    "total": 1
  }
}
POST

Create Order

URL:

/api/v1/orders

Request Parameters:

service_id integer Service ID (required)
link string Link to post/profile (required)
quantity integer Quantity (required)
runs integer Number of runs (optional)
interval integer Interval in minutes (optional)

Request Example:

curl -X POST "https://smm.socnet.pro/api/v1/orders" \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "service_id": 1,
    "link": "https://instagram.com/p/example",
    "quantity": 1000
  }'

Response Example:

{
  "success": true,
  "data": {
    "id": 12345,
    "service_id": 1,
    "link": "https://instagram.com/p/example",
    "quantity": 1000,
    "status": "pending",
    "total_cost": 1.00,
    "currency": "USD",
    "created_at": "2025-11-24T14:30:00Z"
  }
}
GET

Order Status

URL:

/api/v1/orders/{order_id}

Authentication:

Authorization header Bearer YOUR_API_KEY

Request Example:

curl -X GET "https://smm.socnet.pro/api/v1/orders/12345" \
  -H "Authorization: Bearer YOUR_API_KEY"

Response Example:

{
  "success": true,
  "data": {
    "id": 12345,
    "service_name": "Instagram Followers",
    "link": "https://instagram.com/p/example",
    "quantity": 1000,
    "start_count": 100,
    "remains": 0,
    "status": "completed",
    "total_cost": 1.00,
    "currency": "USD",
    "created_at": "2025-11-24T14:30:00Z",
    "completed_at": "2025-11-24T15:45:00Z"
  }
}
GET

Orders List

URL:

/api/v1/orders

Request Parameters (optional):

status string Filter by status
per_page integer Items per page (max 100)

Request Example:

curl -X GET "https://smm.socnet.pro/api/v1/orders?status=completed&per_page=20" \
  -H "Authorization: Bearer YOUR_API_KEY"

Response Example:

{
  "success": true,
  "data": {
    "orders": [...],
    "pagination": {
      "current_page": 1,
      "per_page": 20,
      "total": 50,
      "last_page": 3
    }
  }
}
GET

Categories List

URL:

/api/v1/categories

Authentication:

Authorization header Bearer YOUR_API_KEY

Request Example:

curl -X GET "https://smm.socnet.pro/api/v1/categories" \
  -H "Authorization: Bearer YOUR_API_KEY"

Response Example:

{
  "success": true,
  "data": {
    "categories": [
      {
        "id": 1,
        "network": "instagram",
        "key": "followers",
        "name": "Подписчики",
        "enabled": true
      }
    ],
    "total": 1
  }
}
GET

Profile Information

URL:

/api/v1/profile

Authentication:

Authorization header Bearer YOUR_API_KEY

Request Example:

curl -X GET "https://smm.socnet.pro/api/v1/profile" \
  -H "Authorization: Bearer YOUR_API_KEY"

Response Example:

{
  "success": true,
  "data": {
    "id": 123,
    "login": "username",
    "email": "user@example.com",
    "balance": 100.84,
    "currency": "USD",
    "status": "active",
    "created_at": "2025-01-01T00:00:00Z"
  }
}
Join Right Now

SOCNET SMM works 24/7 to keep your social media growing non-stop

Join the large community of our clients who already use the services of the best universal SMM panel — try top social media services with just a couple of clicks for free!