INFORMATION
API url
|
https://nosovsm.ru/api/v2 |
API method
|
POST |
API response
|
JSON |
SERVICE LIST
Parameters
|
Description |
key |
Your API key |
action |
services |
Example response
[
{
"service": 1,
"name": "Followers",
"type": "Default",
"category": "First Category",
"rate": "0.90",
"min": "50",
"max": "10000",
"refill": true
},
{
"service": 2,
"name": "Comments",
"type": "Custom Comments",
"category": "Second Category",
"rate": "8",
"min": "10",
"max": "1500",
"refill": false
}
]
ADD ORDER
Parameters |
Description |
key |
Your API key |
action |
add |
service |
Service ID |
link |
Link |
quantity |
Needed quantity |
Example response
{
"order": 23501
}
STATUS ORDER
Parameters |
Description |
key |
Your API key |
action |
status |
order |
Order ID |
Example response
{
"charge": "0.27819",
"start_count": "3572",
"status": "Partial",
"remains": "157",
"currency": "USD"
}
BALANCE USER
Parameters |
Description |
key |
Your API key |
action |
balance |
Example response
{
"balance": "100.84292",
"currency": "USD"
}