API

HTTP Method: POST
Api Url: https://formulsmm.com/api/v2
Api Key: Api Keyini Hesabım Sayfasından Alabilirsin
Response Format: Json

Service List

Paramters Description
key: Your Api Key
action: services
Example Response
[
    {
        "service": 1,
        "name": "Followers",
        "type": "Default",
        "category": "First Category",
        "rate": "0.90",
        "min": "50",
        "max": "10000",
        "refill": true
    },
    {
        "service": 2,
        "name": "Comments",
        "type": "Custom Comments",
        "category": "Second Category",
        "rate": "8",
        "min": "10",
        "max": "1500",
        "refill": false
    }
]
                

Add Order

Paramters Description
key: Your Api Key
action: add
service: Service ID
link: link the page or profile
Example Response
{
    "order": 2532
}
                

Order Status

Paramters Description
key: Your Api Key
action: status
order: Order ID
Example Response
{
    "charge": "0.27819",
    "start_count": "3572",
    "status": "Partial",
    "remains": "157",
    "currency": "TRY"
}
	
                

User Balance

Paramters Description
key: Your Api Key
action: balance
Example Response
{
    "balance": "100.84292",
    "currency": "TRY"
}
                

Create Refill

Paramters Description
key: Your Api Key
action: refill
order: Order ID
Example Response
{
    "refill": "1"
}
                

Create Refill

Paramters Description
key: Your Api Key
action: refill_status
refill: Refill ID
Example Response
{
    "status": "Completed"
}