Welcome to Shohoz Boost. We offer high-quality, professional boosting services with the fastest delivery. You can use our services from any country. Our support team is available 24 hours a day. Nowadays, many people are scamming others in the name of social media services. For example, artificially increasing page Likes/Followers to take money from people, or committing any type of fraud – this is a crime. If Shohoz Boost finds that you are involved in such fraudulent activities, we will take necessary legal action against you as per the law of the country, permanently BAN your Shohoz Boost account, and take steps to disable or terminate the page/channel you are using to deceive or harass people. ⚠️ Shohoz Boost will never support scammers. Please stay cautious and use our services honestly.......... স্বাগতম আপনাকে Shohoz Boost-এ। আমরা পেশাদার মানের বুস্টিং সেবা প্রদান করি, যা দ্রুততম ডেলিভারি নিশ্চিত করে। আপনি যেকোনো দেশ থেকে আমাদের সেবা ব্যবহার করতে পারেন। আমাদের সহায়তা টিম ২৪ ঘন্টা সক্রিয় থাকে। বর্তমানে অনেকেই সোশ্যাল মিডিয়া সার্ভিসের নামে মানুষকে প্রতারণা করছে। যেমন, অস্বাভাবিকভাবে পেজের Like/Follow বাড়িয়ে মানুষের কাছ থেকে টাকা হাতিয়ে নেওয়া, অথবা যেকোনো ধরনের স্ক্যাম করা – এটি অপরাধ। যদি Shohoz Boost জানতে পারে যে আপনি এই ধরনের কর্মকাণ্ডে জড়িত, তবে আমরা দেশের আইন অনুযায়ী আপনার বিরুদ্ধে ব্যবস্থা নেব, আপনার Shohoz Boost অ্যাকাউন্ট স্থায়ীভাবে BAN (বন্ধ) করে দেব এবং আপনার সেই পেজ/চ্যানেল বন্ধ করার পদক্ষেপ নেব, যার মাধ্যমে মানুষকে হয়রানি বা প্রতারণা করছেন। ⚠️ Shohoz Boost কখনোই প্রতারকদের প্রশ্রয় দেবে না। সবসময় সতর্ক থাকুন এবং সৎভাবে আমাদের সেবা ব্যবহার করুন,,,,,,,,,,, Shohoz Boost में आपका स्वागत है। हम पेशेवर स्तर की बूस्टिंग सेवाएँ प्रदान करते हैं और सबसे तेज़ डिलीवरी सुनिश्चित करते हैं। आप किसी भी देश से हमारी सेवाओं का उपयोग कर सकते हैं। हमारी सहायता टीम 24 घंटे सक्रिय रहती है। आजकल कई लोग सोशल मीडिया सेवाओं के नाम पर दूसरों को धोखा दे रहे हैं। उदाहरण के लिए, कृत्रिम रूप से पेज Likes/Followers बढ़ाकर लोगों से पैसे लेना या किसी भी प्रकार की धोखाधड़ी करना – यह एक अपराध है। यदि Shohoz Boost को पता चलता है कि आप ऐसी गतिविधियों में शामिल हैं, तो हम आपके खिलाफ देश के कानून के अनुसार कार्रवाई करेंगे, आपके Shohoz Boost खाते को स्थायी रूप से BAN (बंद) कर देंगे और उस पेज/चैनल को निष्क्रिय करने के कदम उठाएँगे, जिसके माध्यम से आप लोगों को धोखा या परेशान कर रहे हैं। ⚠️ Shohoz Boost कभी भी धोखेबाज़ों का समर्थन नहीं करेगा। कृपया सतर्क रहें और हमारी सेवाओं का ईमानदारी से उपयोग करें। Announcement Popup ShohozBoost — AI Bot Chat
Currency:
Child Panels – Order

API

HTTP Method POST
API URL https://shohozboost.com/api/v2
Response format JSON

Service list

Parameters 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,
        "cancel": true
    },
    {
        "service": 2,
        "name": "Comments",
        "type": "Custom Comments",
        "category": "Second Category",
        "rate": "8",
        "min": "10",
        "max": "1500",
        "refill": false,
        "cancel": true
    }
]

Add order

Example response
{
    "order": 23501
}

Order status

Parameters Description
key Your API key
action status
order Order ID
Example response
{
    "charge": "0.27819",
    "start_count": "3572",
    "status": "Partial",
    "remains": "157",
    "currency": "USD"
}

Multiple orders status

Parameters Description
key Your API key
action status
orders Order IDs (separated by a comma, up to 100 IDs)
Example response
{
    "1": {
        "charge": "0.27819",
        "start_count": "3572",
        "status": "Partial",
        "remains": "157",
        "currency": "USD"
    },
    "10": {
        "error": "Incorrect order ID"
    },
    "100": {
        "charge": "1.44219",
        "start_count": "234",
        "status": "In progress",
        "remains": "10",
        "currency": "USD"
    }
}

Create refill

Parameters Description
key Your API key
action refill
order Order ID
Example response
{
    "refill": "1"
}

Create multiple refill

Parameters Description
key Your API key
action refill
orders Order IDs (separated by a comma, up to 100 IDs)
Example response
[
    {
        "order": 1,
        "refill": 1
    },
    {
        "order": 2,
        "refill": 2
    },
    {
        "order": 3,
        "refill": {
            "error": "Incorrect order ID"
        }
    }
]

Get refill status

Parameters Description
key Your API key
action refill_status
refill Refill ID
Example response
{
    "status": "Completed"
}

Get multiple refill status

Parameters Description
key Your API key
action refill_status
refills Refill IDs (separated by a comma, up to 100 IDs)
Example response
[
    {
        "refill": 1,
        "status": "Completed"
    },
    {
        "refill": 2,
        "status": "Rejected"
    },
    {
        "refill": 3,
        "status": {
            "error": "Refill not found"
        }
    }
]

Create cancel

Parameters Description
key Your API key
action cancel
orders Order IDs (separated by a comma, up to 100 IDs)
Example response
[
    {
        "order": 9,
        "cancel": {
            "error": "Incorrect order ID"
        }
    },
    {
        "order": 2,
        "cancel": 1
    }
]

User balance

Parameters Description
key Your API key
action balance
Example response
{
    "balance": "100.84292",
    "currency": "USD"
}
Example of PHP code