Integrate our services directly into your own panel
All API requests should be sent via HTTP POST to the following URL:
https://smm.solidrix.com/api/v1
You must authenticate each request by passing your secret API Key in the key parameter. You can generate your API Key from your User Dashboard.
Creates a new order in our system.
| Parameter | Description |
|---|---|
key |
Your API Key |
action |
add |
service |
Service ID |
link |
Link to page |
quantity |
Needed quantity |
Success Response:
{
"status": "success",
"order": 12345
}
Retrieves the status of an existing order.
| Parameter | Description |
|---|---|
key |
Your API Key |
action |
status |
order |
Order ID |
Success Response:
{
"status": "Completed",
"charge": "1.20",
"start_count": "100",
"remains": "0",
"currency": "USD"
}
smm.solidrix.test
Install Solidrix SMM App for a better experience.
Quick access to all SMM services right from your home screen.