Chickletboost API Documentation
Key Highlights
- Single Setup URL: Connect all features using one primary endpoint: https://chickletboost.com/api/v2.
- Automated Actions: Check account balance, fetch service lists, place new orders, and monitor statuses instantly.
- Bulk Processing: Manage up to 100 orders or refills in a single request.
- Local Advantage: Built for fast execution with native support for Nigerian businesses and resellers.
An API is like a digital waiter. You give it your order, and it carries it straight to the kitchen without you moving from your seat. The Chickletboost SMM Panel API connects your website, app, or Telegram bot directly to our order processing engine. This means you can sell social media engagements automatically without logging in every time.
Whether you run a reseller child panel or manage client campaigns, our REST API handles bulk tasks in seconds.
What Is the Chickletboost API Base Endpoint?
The base endpoint is the exact internet address where your software sends its requests. Think of it as our office address where all your electronic mail must be delivered. Every request you make must use the POST method.
Our server reads your request and immediately returns a response formatted in clean JSON text.
Formatted response:
API URL: https://chickletboost.com/api/v2
HTTP Method: POST
Response Format: JSON
To secure your requests, you must include your unique secret key. This key acts as your personal password and connects every action to your Chickletboost Account. Keep this key private at all times to protect your account balance.
What Is the Chickletboost API Base Endpoint?
The base endpoint is the exact internet address where your software sends its requests. Think of it as our office address where all your electronic mail must be delivered. Every request you make must use the POST method.
Our server reads your request and immediately returns a response formatted in clean JSON text.
Formatted response:
API URL: https://chickletboost.com/api/v2
HTTP Method: POST
Response Format: JSON
To secure your requests, you must include your unique secret key. This key acts as your personal password and connects every action to your Chickletboost Account. Keep this key private at all times to protect your account balance.
How to Fetch the Chickletboost Service List
Before placing an order, your app needs to know what services are active, how much they cost, and their minimum or maximum order limits. Fetching the service list retrieves our full live catalog in one simple step.
Service List Parameters
Send these basic key-value parameters to view all active services:
key: Your private API key.action: Must be set strictly toservices.
Service List Example Response
Our server sends back a clean list of every available item:
[
{
"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
}
]
How to Place a New Order via API
Placing a new order takes less than a second. When your customer buys a service on your store, your platform automatically sends the details to us using the add action. Explore all available options on our Chickletboost Services Page.
Add Order Parameters
Send these details in your POST request payload:
key: Your personal API key.action: Must be set toadd.service: The exact ID number of the service.link: The target page link receiving the engagement.quantity: The total count of likes, followers, or views requested.runs(optional): Number of runs for drip-feed delivery.interval(optional): Delay time between runs in minutes.
Add Order Example Response
Once accepted, the system returns a unique Order ID number for tracking:
{
"order": 23501
}
How to Check Single and Multiple Order Statuses
Checking an order status allows your application to report progress back to your clients automatically. You can monitor a single order or check up to 100 orders at once.
Single Order Status Parameters
key: Your secret API key.action: Set tostatus.order: The specific Order ID number.
Single Order Status Example Response
JSON
{
"charge": "0.27819",
"start_count": "3572",
"status": "Partial",
"remains": "157",
"currency": "USD"
}
Multiple Orders Status Parameters
Instead of making 100 separate requests, check up to 100 orders in one batch by separating order IDs with commas.
key: Your secret API key.action: Set tostatus.orders: Order IDs separated by commas (e.g.,1,10,100).
Multiple Orders Status Example Response
JSON:
{
"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"
}
}
How to Create Refills and Check Refill Status
If an order experiences a drop, eligible services come with refill guarantees. You can trigger refills for single or multiple orders programmatically.
Refill Request Parameters
- Single Refill: Set
actiontorefilland provideorder. - Multiple Refills: Set
actiontorefilland provideorders(comma-separated, up to 100 IDs). - Single Refill Status: Set
actiontorefill_statusand providerefill. - Multiple Refill Status: Set
actiontorefill_statusand providerefills(comma-separated, up to 100 IDs).
Multiple Refill Request Example Response
JSON:
[
{
"order": 1,
"refill": 1
},
{
"order": 2,
"refill": 2
},
{
"order": 3,
"refill": {
"error": "Incorrect order ID"
}
}
]
Multiple Refill Status Example Response
JSON:
[
{
"refill": 1,
"status": "Completed"
},
{
"refill": 2,
"status": "Rejected"
},
{
"refill": 3,
"status": {
"error": "Refill not found"
}
}
]
How to Cancel Orders and Check Account Balance
Need to cancel an order or monitor your remaining balance? These simple calls help maintain complete financial control over your account.
Order Cancellation Parameters
Cancel up to 100 eligible orders simultaneously.
key: Your API key.action: Set tocancel.orders: Order IDs separated by commas.
[
{
"order": 9,
"cancel": {
"error": "Incorrect order ID"
}
},
{
"order": 2,
"cancel": 1
}
]
User Balance Request Parameters
Check your current available balance to avoid service interruptions.
key: Your API key.action: Set tobalance.
{
"balance": "100.84292",
"currency": "USD"
}
Who Benefits Most from the Chickletboost API?
- Child Panel Owners and Resellers: Connect your platform directly to automate fulfillment while keeping the profit margin.
- App and Bot Developers: Build custom Telegram bots or web dashboards for local clients without managing manual orders.
- Digital Agencies: Execute high-volume marketing campaigns for multiple clients simultaneously with automated status tracking.
Conclusion
Integrating the Chickletboost API gives you total control over social media growth operations. It handles high volumes, reduces manual work, and processes client requests automatically.
Ready to start building? Log into your account to fetch your key, or reach out via our Chickletboost Contact Page for developer setup guidance.
Popular questions
We collected the top questions from our panel visitors about ouand answered them.
Where do I find my Chickletboost API key?
Log into your account dashboard on the Chickletboost website. Your secret API key is located in your account settings section.
Is there a limit to how many orders I can query at once?What SMM services do you offer?
Yes, bulk actions allow up to 100 IDs per request for order status, refills, and cancellations.
Do I need a child panel to use the API?
No, any active Chickletboost account holder can use the API to automate orders and check balances.
What happens if I send an invalid order ID in a bulk request?
The API returns a specific error message for that invalid ID while successfully processing the valid IDs in the list.
Is using the API free?
Yes, API access is completely free with your account. You only pay the regular service costs for the orders you submit.