API

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

Service list

ParametersDescription
keyYour API key
actionservices

Example response

[{
  "service": 1,
  "name": "TikTok Followers | Max Quality | Refill 30D",
  "type": "Default",
  "category": "TikTok Followers",
  "rate": "1.20",
  "min": "100",
  "max": "50000",
  "refill": true,
  "cancel": true
}]

Add order

Default

ParametersDescription
keyYour API key
actionadd
serviceService ID
linkLink to page
quantityNeeded quantity
runs (optional)Runs to deliver
interval (optional)Interval in minutes

Package

ParametersDescription
keyYour API key
actionadd
serviceService ID
linkLink to page

Custom Comments

ParametersDescription
keyYour API key
actionadd
serviceService ID
linkLink to page
commentsComments list separated by \r\n or \n

Mentions with Hashtags

ParametersDescription
keyYour API key
actionadd
serviceService ID
linkLink to page
quantityNeeded quantity
usernamesUsernames list separated by \r\n or \n
hashtagsHashtags list separated by \r\n or \n

Mentions Custom List

ParametersDescription
keyYour API key
actionadd
serviceService ID
linkLink to page
usernamesUsernames list separated by \r\n or \n

Mentions User Followers

ParametersDescription
keyYour API key
actionadd
serviceService ID
linkLink to page
quantityNeeded quantity
usernameURL to scrape followers from

Subscriptions

ParametersDescription
keyYour API key
actionadd
serviceService ID
usernameUsername
minQuantity min
maxQuantity max
posts (optional)Limit of new posts. Unlimited if omitted.
old_posts (optional)Existing posts to parse
delayDelay in minutes: 0, 5, 10, 15, 20, 30, 40, 50, 60, 90, 120, 150, 180, 210, 240, 270, 300, 360, 420, 480, 540, 600
expiry (optional)Expiry date. Format d/m/Y

Comment Likes

ParametersDescription
keyYour API key
actionadd
serviceService ID
linkLink to page
quantityNeeded quantity
usernameUsername of the comment owner

Example response

{ "order": 23501 }

Order status

ParametersDescription
keyYour API key
actionstatus
orderOrder ID
{
  "charge": "0.27819",
  "start_count": "3572",
  "status": "Partial",
  "remains": "157",
  "currency": "USD"
}

Multiple orders status

ParametersDescription
keyYour API key
actionstatus
ordersOrder IDs (separated by a comma, up to 100 IDs)

Create refill

ParametersDescription
keyYour API key
actionrefill
orderOrder ID
{ "refill": "1" }

Create multiple refill

ParametersDescription
keyYour API key
actionrefill
ordersOrder IDs (separated by a comma, up to 100 IDs)

Get refill status

ParametersDescription
keyYour API key
actionrefill_status
refillRefill ID
{ "status": "Completed" }

Get multiple refill status

ParametersDescription
keyYour API key
actionrefill_status
refillsRefill IDs (separated by a comma, up to 100 IDs)

Create cancel

ParametersDescription
keyYour API key
actioncancel
ordersOrder IDs (separated by a comma, up to 100 IDs)

User balance

ParametersDescription
keyYour API key
actionbalance
{ "balance": "100.84292", "currency": "USD" }