Our API system enables seamless integration for resellers, agencies, and developers seeking automated order management.
With secure endpoints and structured response formats, you can connect your platform directly to our services and manage high-volume operations efficiently.
API
| HTTP Method | POST |
| API URL | https://nowaytech.com/api/v2 |
| Return format | JSON |
Service List
| parameters | Explanation |
|---|---|
| key | Your API Key |
| action | services |
Sample return
[
{
"service": 1,
"name": "Followers",
"type": "Default",
"category": "First Category",
"rate": "0.90",
"min": "50",
"max": "10000"
},
{
"service": 2,
"name": "Comments",
"type": "Custom Comments",
"category": "Second Category",
"rate": "8",
"min": "10",
"max": "1500"
}
]
New order
| Parameter | Explanation |
|---|---|
| key | Your API Key |
| action | add |
| service | Servis ID |
| link | Service connection |
| quantity | Quantity |
| runs (optionally) | Runs to deliver |
| interval (optionally) | Interval in minutes |
Sample return
{
"order": 23501
}
Order status
| Parameter | Explanation |
|---|---|
| key | Your API Key |
| action | status |
| order | Order ID |
Sample return
{
"charge": "0.27819",
"start_count": "3572",
"status": "Partial",
"remains": "157",
"currency": "USD"
}
User balance
| Parameter | Explanation |
|---|---|
| key | Your API Key |
| action | balance |
Sample return
{
"balance": "100.84292",
"currency": "USD"
}
Sample PHP file
API Guidelines:
• API access is available to verified accounts.
• Maintain sufficient account balance for uninterrupted automation.
• Excessive or abusive requests may result in temporary restrictions.
• Technical documentation is available within your account dashboard.
For enterprise-level integrations or custom requirements, please contact our support team.