🌸 Chat with NekoSMM
1
NEKO API

Automate orders with a clean API.

Connect your application, submit services, and track results using the documented API v2 endpoint.

POSTHTTP method
JSONresponse format
10documented methods
CONNECTION

API endpoint

POST https://nekosmm.com/api/v2
Response formatJSON
DOCUMENTATION API methods 10 methods
METHOD

Service list

services
ParameterDescription
keyYour API key
actionservices
Example responseJSON
[
  {
    "service": 1,
    "name": "Followers",
    "type": "Default",
    "category": "First Category",
    "rate": "0.90",
    "min": "50",
    "max": "10000",
    "refill": true,
    "cancel": true
  }
]
METHOD

Add order

add
ParameterDescription
keyYour API key
actionadd
serviceService ID
linkURL to the page
quantityNeeded quantity
runsoptional Number of runs
intervaloptional Interval in minutes between runs
Example responseJSON
{"order": 23501}
METHOD

Order status

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

Multiple order status

multipleStatus
ParameterDescription
keyYour API key
actionstatus
ordersOrder IDs separated by comma (max 100)
Example responseJSON
{
  "1": {"charge": "0.27819", "start_count": "3572", "status": "Partial", "remains": "157", "currency": "USD"},
  "2": {"error": "Incorrect order ID"}
}
METHOD

Create refill

refill
ParameterDescription
keyYour API key
actionrefill
orderOrder ID
Example responseJSON
{"refill": "1"}
METHOD

Create multiple refill

multipleRefill
ParameterDescription
keyYour API key
actionrefill
ordersOrder IDs separated by comma (max 100)
Example responseJSON
[{"order": "1", "refill": "1"}, {"order": "2", "refill": "2"}]
METHOD

Get refill status

refillStatus
ParameterDescription
keyYour API key
actionrefill_status
refillRefill ID
Example responseJSON
{"status": "Completed"}
METHOD

Get multiple refill status

multipleRefillStatus
ParameterDescription
keyYour API key
actionrefill_status
refillsRefill IDs separated by comma (max 100)
Example responseJSON
{
  "1": {"status": "Completed"},
  "2": {"status": "Pending"},
  "3": {"error": "Incorrect refill ID"}
}
METHOD

Create cancel

cancel
ParameterDescription
keyYour API key
actioncancel
ordersOrder IDs separated by comma (max 100)
orderoptional Single order ID (alias for orders — accepted for compatibility)
Example responseJSON
[{"order": 9, "cancel": 1}]
METHOD

User balance

balance
ParameterDescription
keyYour API key
actionbalance
Example responseJSON
{
  "balance": "100.84292",
  "currency": "USD"
}
NEKO NEKOAdd to your home screen