Integrate data bundle purchases directly into your app, website, or system. Simple REST API with JSON responses.
Base URL: https://star1.alpha-datahub.shop/api/v1
✓ REST APIJSONHTTPS Onlyv1 Stable
📖 Introduction
The AlphaDataHub API allows developers to programmatically purchase data bundles across MTN, Telecel, AirtelTigo (iShare & BigTime) networks in Ghana. Build reseller apps, automate bulk purchases, or integrate into existing platforms.
🚀 Quick Start
1. Register at alpha-datahub.shop/register
2. Fund your wallet from your dashboard
3. Generate an API key from Profile → API Keys
4. Make your first request using the examples below
cURL — Quick Test
# Test your API keycurlhttps://star1.alpha-datahub.shop/api/v1/balance \
-H "x-api-key: YOUR_API_KEY" \
-H "Accept: application/json"
🔑 Authentication
All API requests must include your API key in the request header. Keep your API key secret — never expose it in frontend code.
All errors return a JSON object with success: false and a message field.
Code
Meaning
Description
200
OK
Request succeeded
400
Bad Request
Invalid parameters or insufficient balance
401
Unauthorized
Missing or invalid API key
404
Not Found
Resource not found
422
Validation
Request validation failed
429
Rate Limited
Too many requests
500
Server Error
Internal server error — contact support
🚦 Rate Limits
API requests are rate limited to prevent abuse.
Endpoint
Limit
Window
All endpoints
60 requests
Per minute
POST /orders
10 orders
Per minute
GET /balance
30 requests
Per minute
🪝 Webhooks Coming Soon
Webhooks will notify your server when order status changes. Set your webhook URL in your dashboard settings.
Webhooks will send a POST request to your URL with order data when:
• Order status changes to successful
• Order status changes to failed
• Wallet is funded or debited
Ready to start building?
Create an account and get your API key in minutes.