| API URL | http://smm.smmpulse.shop/api/v2 |
|---|---|
| API Key | YOUR_API_KEY |
| Response Format | JSON |
| HTTP Method | POST |
| Parameter | Description |
|---|---|
| key | Your API Key |
| action | add |
| service | Service ID |
| link | Link to page |
| quantity | Quantity needed |
{
"order": 12345
}
| Parameter | Description |
|---|---|
| key | Your API Key |
| action | status |
| order | Order ID |
{
"charge": "0.1200",
"start_count": "100",
"status": "Completed",
"remains": "0",
"currency": "USD"
}