API Docs
HTTP Method |
POST, GET |
API URL |
https://rapidseen.net/api/v2 |
Response format |
JSON |
Service list
Parameters |
Description |
key |
Your API key |
action |
services |
Example response
[
{
"service": "service id",
"name": "service name",
"type": "Default",
"category": "Telegram",
"rate": "1",
"currency": "USD",
"min": "500",
"max": "100000",
"refill": FALSE,
"cancel": TRUE
}
]
Add order
Parameters |
Description |
key |
Your API key |
action |
add |
service |
Service ID (1: member, 2: view, 3: like, 4: reaction) |
link |
channel/group/post link |
quantity |
order quantity |
lastxpost |
last X post [1-100] (optional for views) |
startdelay |
0-1440 mins (optional for views) |
interval |
1-1440 mins (optional for views) |
vpi |
Views per interval [10-500000 views] (optional for views) |
speed |
can be 1, 2, 5, 15, 30 ("1" means maximum speed, "2" means one like/vote/reaction every two minutes, etc) (optional) |
row |
option row (start from 1) (optional for likes/votes) |
column |
option column (start from 1) (optional for likes/votes) |
text |
option text (instead of row and column for likes/votes) |
text |
can be ('๐', '๐', 'โค๏ธ', '๐ฅ', '๐ฅฐ', '๐', '๐', '๐ค', '๐คฏ', '๐ฑ', '๐คฌ', '๐ข', '๐', '๐คฉ', '๐คฎ', '๐ฉ', '๐', '๐', '๐', '๐คก', '๐ฅฑ', '๐ฅด', '๐', '๐ณ', 'โค๏ธโ๐ฅ', '๐', '๐ญ', '๐ฏ', '๐คฃ', 'โก๏ธ', '๐', '๐', '๐', '๐คจ', '๐', '๐', '๐พ', '๐', '๐', '๐', '๐ด', '๐ญ', '๐ค', '๐ป', '๐จโ๐ป', '๐', '๐', '๐', '๐', '๐จ', '๐ค', 'โ๏ธ', '๐ค', '๐ซก', '๐
', '๐', 'โ๏ธ', '๐
', '๐คช', '๐ฟ', '๐', '๐', '๐', '๐ฆ', '๐', '๐', '๐', '๐', '๐พ', '๐คทโโ๏ธ', '๐คท', '๐คทโโ๏ธ', '๐ก') for reaction |
Example response
{
"order": "",
"link": "",
"quantity": "",
"charge": "",
"remains": "",
"currency": "USD",
"start_count": "channel/group count",
"type": "channel or group",
"status": "Pending"
}
Cancel order
Parameters |
Description |
key |
Your API key |
action |
cancel |
order |
Order ID |
Example response
{"cancel request":"Sent"}
#result can be: Sent, Already sent, Not possible
#check your order status for confirmation (it may take a few moments)
Order status
Parameters |
Description |
key |
Your API key |
action |
status |
order |
Order ID |
Example response
{
"order": "",
"link": "",
"quantity": "",
"charge": "",
"currency": "USD",
"status": "done",
"orders": null
}
#status can be: Pending, In progress, Done, Canceled, Partial
User balance
Parameters |
Description |
key |
Your API key |
action |
balance |
Example response
{
"balance": "",
"used": "",
"currency": "USD"
}
Add Funds (RIAL)
Parameters |
Description |
key |
Your API key |
action |
addfunds |
amount |
Needed funds |
gateway |
np, zp (NextPay and ZarinPal gateway) |
Examples