SMM API
Compatible with typical panel integrations. Authenticate with your dashboard API key. `add` debits wallet and only sends to the provider after payment.
API URL
https://cheapfollower.shop/api/v2
Auth
POST form fields: key + action
| services | GET service catalog |
| add | Create + pay order from wallet |
| status | Order status |
| status (orders) | Multiple orders |
| balance | Account balance |
| refill | Create refill |
| cancel | Cancel eligible orders |
curl -X POST https://cheapfollower.shop/api/v2 \ -d "key=YOUR_KEY" \ -d "action=add" \ -d "service=101" \ -d "link=https://instagram.com/username" \ -d "quantity=10000"