API Documentation

Integrate our services directly into your own panel

Endpoint & Authentication

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.

1. Place New Order

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
}

2. Check Order Status

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"
}

Solidrix

smm.solidrix.test

Install Solidrix SMM App for a better experience.

Quick access to all SMM services right from your home screen.