Service list
Returns the full live catalog with rate, min/max, and refill/cancel capabilities. Cache it on your side for at least 60 seconds — we update prices in real time.
Parameters
keystringrequiredfixedYour private API key from Account → API.
actionstringrequiredfixedMust be the literal string
services.
Notes
- Rates are per 1,000 units in your wallet currency.
- The
typefield tells you whichaddvariant to use: Default, Package, or Custom Comments.
curl -X POST "https://smmhub.io/api/v2" \ -d "key=YOUR_API_KEY" \ -d "action=services"[ { "service": 1042, "name": "Instagram Followers — Real & Active", "type": "Default", "category": "Instagram › Followers", "rate": "0.85", "min": "50", "max": "100000", "refill": true, "cancel": true }, { "service": 2207, "name": "TikTok Views — High Quality", "type": "Default", "category": "TikTok › Views", "rate": "0.05", "min": "100", "max": "10000000", "refill": false, "cancel": true }]