SMMBOOST

API Documentation

Integrate your own tools and scripts with our services using a standard SMM panel API.

HTTP MethodPOST
API URLhttps://smmbott.com/api/v2.php
Response formatJSON

Your API key is available from your account page. —

Ready-to-use example code

Services list

ParameterDescription
keyYour API key
actionservices

Example response:

[{"service":1,"name":"Followers","type":"Default","category":"Category","rate":"0.90","min":"50","max":"10000","refill":true,"cancel":true}]

Add order

ParameterDescription
keyYour API key
actionadd
serviceService ID
linkLink to page
quantityNeeded quantity

Example response:

{"order":23501}

Order status

ParameterDescription
keyYour API key
actionstatus
orderOrder ID

Example response:

{"charge":"0.27819","start_count":"3572","status":"Partial","remains":"157","currency":"USD"}

Multiple orders status

ParameterDescription
keyYour API key
actionstatus
ordersOrder IDs, comma-separated

Example response:

{"1":{"charge":"0.27819","start_count":"3572","status":"Partial","remains":"157","currency":"USD"}}

Create refill

ParameterDescription
keyYour API key
actionrefill
orderOrder ID

Example response:

{"refill":"1"}

Multiple refill

ParameterDescription
keyYour API key
actionrefill
ordersOrder IDs, comma-separated

Example response:

[{"order":1,"refill":1},{"order":2,"refill":{"error":"Incorrect order ID"}}]

Refill status

ParameterDescription
keyYour API key
actionrefill_status
refillRefill ID

Example response:

{"status":"Completed"}

Cancel orders

ParameterDescription
keyYour API key
actioncancel
ordersOrder IDs, comma-separated

Example response:

[{"order":9,"cancel":{"error":"Incorrect order ID"}},{"order":2,"cancel":1}]

Account balance

ParameterDescription
keyYour API key
actionbalance

Example response:

{"balance":"100.84292","currency":"USD"}