Power your platform with our enterprise-grade REST API. Reliable, fast, and easy to integrate.
HTTP Method
POST
Service URL
https://smmorient.com/api/v2
Include your API Key in every request. Generate it on the Account Settings page.
All responses are returned in standard JSON format for easy parsing in any programming language.
| Parameter | Description |
|---|---|
| key | Your unique API key |
| action | services |
Example Response
[
{
"service": 1,
"name": "Instagram Followers",
"type": "Default",
"category": "Social Media",
"rate": "0.90",
"min": "50",
"max": "10000"
}
]
| Parameter | Description |
|---|---|
| action | add |
| service | ID of the service |
| link | URL to the profile/post |
| quantity | Amount to order |
Example Response
{
"order": 14205,
"status": "success"
}
status
{
"charge": "0.1500",
"status": "Completed",
"remains": "0"
}
status
{
"1": { "status": "Completed" },
"2": { "status": "Pending" }
}
refill
{ "refill": "14205" }
balance
{
"balance": "100.00",
"currency": "USD"
}