# Smm Services

### Fetch All SMM Services

&#x20;<mark style="color:red;">`GET`</mark>  `{{ BASE }}/getsmmservices`

```
--header 'Accept: application/json'
--header 'Authorization: Bearer {{  access_token }}'
```

Response Body

```
{
    "status": true,
    "message": "success",
    "data": [
         {
            "service": "{{ service id }}",
            "name": "TikTok Followers [MQ] | 30 Days Refill [🔴Start Live Stream Before Order]",
            "type": "Default",
            "rate": "456.46", // in naira
            "min": "10",
            "max": "500000",
            "dripfeed": false,
            "refill": false,
            "cancel": true,
            "category": "🎵 TIKTOK FOLLOWERS"
        },
        {
            "service": "{{ service id }}",
            "name": "Youtube Subscribers 100% Real [10K] [50-70/Day - R30] [0-1H Start]",
            "type": "Default",
            "rate": "3,638.25",
            "min": "20",
            "max": "25000",
            "dripfeed": false,
            "refill": false,
            "cancel": false,
            "category": "⚜️ YOUTUBE SUBSCRIBERS  [GUARANTEED - REFILL]"
        }
    ]
}
```

### Buy SMM Service

&#x20;<mark style="color:green;">`POST`</mark>  `{{ BASE }}/buysmm`&#x20;

```
--header 'Accept: application/json'
--header 'Authorization: Bearer {{  access_token }}'
```

**Request Body**

Below are the request body parameters :tada:

| Name             | Type   | Description               |
| ---------------- | ------ | ------------------------- |
| serviceid        | String | Service ID                |
| smmlinks         | String | Link to page              |
| quantity         | number | Quantity's                |
| transaction\_pin | String | Your Padiwise account pin |

Response Body

```
{
    "status": true,
    "message": "success",
    "data": {
        'order_id' => {{ Order ID }},
        'amount' => {{ amount }},
        'service' => {{ service ID }},
        'smmlink' => {{ Page/Channel Link }},
        'reference_id' => {{ Reference ID }},
        'status' => 'processing',
    }
}
```


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://padiwise.gitbook.io/padiwise/value-added-services/smm.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
