API Details
API URL
https://panel.solidsmm.com/api/v2
HTTP Method
POST (or GET)
Response Format
JSON
API KEY
API Key (can be found in your account page)
Service List
Key
Your API key
Action
services
Service (Optional)
Service ID to get a specific service
[
{
"service": "1004",
"name": "Followers",
"type": "Default",
"category": "First Category",
"rate": "0.900000",
"min": "50",
"max": "10000"
},
{
"service": "1005",
"name": "Likes",
"type": "Default",
"category": "Second Category",
"rate": "0.500000",
"min": "10",
"max": "5000"
}
]
*Note: If the service parameter is provided, the array will contain only that specific service. If omitted, all services will be returned.
Add Order
Key
Your API key
Action
add
Service
Service ID
Link
Link to page
Quantity
Needed quantity
{ "order": 23501 }
Order Status
Key
Your API key
Action
status
Order
Order ID
{
"charge": "0.27819",
"status": "Processing",
"remains": "15",
"currency": "USD"
}
User Balance
Key
Your API key
Action
balance
{
"balance": "100.5000",
"currency": "USD"
}