| HTTP Method | GET |
| API URL | https://actionseen.ir/api-v2.php |
| Response format | JSON |
| Parameters | Description |
|---|---|
| key | Your API key |
| action | services |
Example response
[
{
"service": "view",
"rate": "0.1 USD",
"min": 10,
"max": 500000,
"status": "active"
},
{
"service": "like",
"rate": "6 USD",
"min": 1,
"max": 100000,
"status": "active"
}
]
Example response
{
"order": "",
"link": "",
"quantity": "",
"charge": "",
"remains": "",
"currency": "USD",
"status": "Pending"
}
| 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)
| Parameters | Description |
|---|---|
| key | Your API key |
| action | view/like |
| order | Order ID |
Example response
{
"order": "",
"link": "",
"quantity": "",
"charge": "",
"currency": "USD",
"status": "done",
"orders": null
}
#status can be: Pending, In progress, Done, Canceled, Partial
| Parameters | Description |
|---|---|
| key | Your API key |
| action | balance |
Example response
{
"balance": "",
"used": "",
"currency": "USD"
}
| Parameters | Description |
|---|---|
| key | Your API key |
| action | addfunds |
| amount | Needed funds |
| gateway | np, zp (NextPay and ZarinPal gateway) |