Menu

API Integration

HTTP Method: POST

API URL: https://www.yourboost.site.rootmasterproject.online/api/v2

API Key: Get it from your Account page

Return Format: JSON

Service List

Parameter Explanation
key Your API key
action services
Sample Response:
[
  {
    "service": 1,
    "name": "Followers",
    "type": "Default",
    "category": "Instagram Growth",
    "rate": "0.80",
    "min": "100",
    "max": "10000"
  },
  {
    "service": 2,
    "name": "Likes",
    "type": "High Quality",
    "category": "Instagram Likes",
    "rate": "0.50",
    "min": "50",
    "max": "10000"
  }
]

Create New Order

Parameter Explanation
key Your API Key
action add
service Service ID
link Post / Video / Channel URL
quantity Amount to order
Sample Response:
{
  "order": 12345
}

Order Status

Parameter Explanation
key Your API Key
action status
order Order ID
{
  "charge": "0.27819",
  "start_count": "3572",
  "status": "Partial",
  "remains": "157",
  "currency": "USD"
}

User Balance

Parameter Explanation
key Your API Key
action balance
Sample Response:
{
  "balance": "100.8429",
  "currency": "LKR"
}
How can I help you?