API Docs

  • HTTP MethodPOST
  • API URLhttps://realsocialhub.com/api/v2
  • Response formatJSON
  • Download Examples PHP Code

Add order

Parameters Description
key Your API Key
action add
service Package ID
link Link to page
quantity Needed quantity
runs optional, Runs to deliver
interval optional, Interval in minutes

Example response

{
  "order":"23501"
}
                            

Order status

Parameters Description
key Your API Key
action status
order Order ID

Example response

{
    "charge": "0.03300",
    "start_count": "1691",
    "status": "Completed",
    "remains": "0",
    "currency": "USD"
}                  

Order refill

Parameters Description
key Your API Key
action refill
order Order ID

Example response - Success

{
    "success": "Your order will be refill asap. Thank you for patience",
    "refill": 12345
}                           

Example response - Failure

{
    "error": "Order not eligible for refill."
}                           

Get Refill status

Parameters Description
key Your API Key
action refill_status
refill Refill ID

Example response

{
    "status": "Completed"
}                  

Service list

Parameters Description
key Your API Key
action services

Example response

[
  {
      "service": 101,
      "name": "Real & Active Followers",
      "rate": "250.00",
      "min": "100",
      "max": "100000",
      "category": "Instagram Followers",
      "type": "default",
  },
  {
      "service": 30067,
      "name": "Instagram - Worldwide",
      "rate": "103.00",
      "min": "100",
      "max": "10000",
      "category": "Instagram Followers",
      "type": "default",
  }
]

User balance

Parameters Description
key Your API Key
action balance

Example response

{
    "balance": "100.84292",
    "currency": "USD"
}
                

Ready to Get Started?

All user information is kept 100% private and will NOT be shared with anyone. Always remember, you are protected with realsocialhub.com

Get Started Now