WASMOU API Documentation
Welcome to the WASMOU API Gateway - your complete solution for digital services in Algeria.
๐ Base URLโ
https://gateway.wasmou.net/api
Note: All endpoints in this documentation use /api as the prefix. The actual Laravel backend uses /api/v1/client, but the gateway handles this automatically.
๐ฐ Currencyโ
All prices are in DZD (Algerian Dinar).
๐ฆ Available Servicesโ
- Free Fire - Diamond top-up services
- PUBG Mobile - UC top-up services via Gift4Card
- SMM Services - Social media marketing (likes, followers, views)
- BeIN Sports - Subscription packages
- Flexy - Mobile top-up (Mobilis, Ooredoo, Djezzy)
- Internet - ADSL and 4G top-up
- Products - General product catalog (Steam, gift cards, etc.)
๐ Authenticationโ
All API requests require authentication using an API key in the request header:
X-Api-Key: your_api_key_here
๐ Response Formatโ
Success Responseโ
{
"status": "success",
"message": "Operation completed successfully",
"data": {
// Response data
}
}
Error Responseโ
{
"status": "error",
"message": "Error description",
"data": null
}
๐ฆ Rate Limitingโ
- 60 requests per minute per API key
- Returns
429 Too Many Requestswhen exceeded
๐ Quick Startโ
- Get your API key from WASMOU Dashboard
- Check your balance:
GET /api/account - Browse available services and place orders
- Monitor order status using the provided transaction IDs
๐ Important Linksโ
Documentation Version: 1.0
Last Updated: November 2025