Api Hint
| HTTP Method | POST |
|---|---|
| API URL | https://panel.smmflw.com/api/v2 |
| API Key | Your Api Key Login |
| Response format | JSON |
Services
Download PHP code Download Python code
| PARAMETERS | DESCRIPTION |
|---|---|
| key | Your Api Key |
| action | services |
Example Response
Add Order
Download PHP code Download Python code
| PARAMETERS | DESCRIPTION |
|---|---|
| key | Your Api Key |
| action | add |
| service | Service Id |
| link | Link to page |
| quantity | Needed quantity |
| is_test(optional) | 0 = Not for test , 1 = For test |
Example Response
Order Status
Download PHP code Download Python code
| PARAMETERS | DESCRIPTION |
|---|---|
| key | Your Api Key |
| action | status |
| order | Order Id |
Example Response
Multiple Orders Status
Download PHP code Download Python code
| PARAMETERS | DESCRIPTION |
|---|---|
| api | Your Api Key |
| action | status |
| orders | Order IDs separated by comma (Example: 34,35,38) |
Example Response
User balance
Download PHP code Download Python code
| PARAMETERS | DESCRIPTION |
|---|---|
| key | Your Api Key |
| action | balance |
Example Response

