cheapfollower.shop

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

servicesGET service catalog
addCreate + pay order from wallet
statusOrder status
status (orders)Multiple orders
balanceAccount balance
refillCreate refill
cancelCancel 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"