Skip to main content

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 Requests when exceeded

๐Ÿ“– Quick Startโ€‹

  1. Get your API key from WASMOU Dashboard
  2. Check your balance: GET /api/account
  3. Browse available services and place orders
  4. Monitor order status using the provided transaction IDs

Documentation Version: 1.0
Last Updated: November 2025