API Docs

登录注册 后获取 API Key

Service list

参数说明
keyYour API key
actionservices

Example response

[
  {"service": "telegram", "name": "Telegram"},
  {"service": "whatsapp", "name": "WhatsApp"}
]

Prices

参数说明
keyYour API key
actionprices
serviceService code

Example response

[
  {"country": 6, "country_name": "Indonesia", "count": 5230, "price": "0.14"},
  {"country": 22, "country_name": "India", "count": 3100, "price": "0.08"}
]

Buy number

参数说明
keyYour API key
actionbuy
serviceService code
countryCountry ID

Example response

{
  "order_id": 23501,
  "phone": "628123456789",
  "cost": "0.14"
}

Order status

参数说明
keyYour API key
actionstatus
order_idOrder ID

Example response

{
  "status": "completed",
  "code": "123456",
  "phone": "628123456789"
}

Cancel order

参数说明
keyYour API key
actioncancel
order_idOrder ID

Example response

{
  "ok": true,
  "msg": "已取消"
}

User balance

参数说明
keyYour API key
actionbalance

Example response

{
  "balance": "100.84",
  "currency": "USD"
}
在线客服