POST
/v2 · action=services
Return the full service list with rates, minimum and maximum quantities.
{
"key": "YOUR_API_KEY",
"action": "services"
}Developers
A single JSON endpoint, four actions, and predictable responses. Base URL: https://api.smmnova.app/v2
Return the full service list with rates, minimum and maximum quantities.
{
"key": "YOUR_API_KEY",
"action": "services"
}Create a new order for a given service ID and link.
{
"key": "YOUR_API_KEY",
"action": "add",
"service": 142,
"link": "https://instagram.com/p/xyz",
"quantity": 1000
}Check the status, charge, start count and remains of an order.
{
"key": "YOUR_API_KEY",
"action": "status",
"order": 90210
}Read the current account balance and currency.
{
"key": "YOUR_API_KEY",
"action": "balance"
}