| HTTP Method | POST |
| API URL | https://theindiansmm.com/api/v2 |
| Response Format | JSON |
| Parameters | Descriptions |
|---|---|
| key | Your API token |
| action | add |
| service | ID of package |
| link | Link to page |
| quantity | Needed quantity |
| comments | optional, needed for custom comments, mentions and other relaed packages only. each separated by '\n', '\n\r' |
Success Response:
{
"order":"23501"
}
| Parameters | Descriptions |
|---|---|
| key | Your API token |
| action | status |
| order | Order ID |
Success Response:
{
"status": "Completed",
"start_count": "600",
"remains": "600",
'currency': "USD",
"charge" : "1.04"
}
| Parameters | Descriptions |
|---|---|
| key | Your API token |
| action | balance |
Example Response:
{
"balance": "100.78",
"currency": "USD"
}
| Parameters | Descriptions |
|---|---|
| key | Your API token |
| action | services |
Example Response:
[
{
"service": 1,
"name": "Followers",
"type": "Default",
"category": "First Category",
"rate": "0.90",
"min": "50",
"max": "10000",
"refill": true,
"cancel": true
},
{
"service": 2,
"name": "Comments",
"type": "Custom Comments",
"category": "Second Category",
"rate": "8",
"min": "10",
"max": "1500",
"refill": false,
"cancel": true
}
]