GET/v1/smm/services

List services

Paginated catalog of active SMM services, optionally filtered by platform category.

Required scope: smm.orderRate limit: 10 rps

Parameters

categorystringoptional

Filter by platform, e.g. "instagram".

Code samples

curl -X GET "https://samaprime.com/api/v1/smm/services" \
-H "Authorization: Bearer sk_test_..." \
-H "Content-Type: application/json"

Response

200
{
"data": [
{
"slug": "instagram-followers-real-arab",
"name": "Instagram Followers — Real Arab",
"category": "instagram",
"rate_per_1000_usd": "3.5000",
"min_quantity": 100,
"max_quantity": 50000,
"refill_supported": true,
"cancel_supported": true
}
],
"meta": {
"request_id": "req_abc123",
"timestamp": "2026-08-06T12:00:00Z"
}
}