{
  "id": "2415e2de-6b3c-4c46-bf6c-2a8e5e14fc59",
  "slug": "wallex",
  "name": "Wallex",
  "provider": "M-DAQ Global (Wallex Technologies)",
  "category_slug": "payments",
  "description": "Singapore-based cross-border payments and FX platform (part of M-DAQ Global) with a JSON REST Partner API covering users, collections, payments, conversions, balances, funding and webhooks. Built for platforms embedding multi-currency collection accounts, FX conversion and international payouts.",
  "base_url": null,
  "docs_url": "https://docs.wallex.asia/",
  "openapi_url": null,
  "auth_type": "restricted",
  "auth_guide": [
    "Contact contact@wallextech.com to be onboarded as a partner; you receive an X-Api-Key plus an accessKeyId and secretAccessKey.",
    "Include the 'X-Api-Key' header on every API request (missing/invalid key returns 403).",
    "Call the Authenticate API with your accessKeyId/secretAccessKey to obtain an authorization token, valid for 8 hours (you may refresh early).",
    "Send 'Authorization: Bearer <token>' on requests to restricted resources (missing token returns 401).",
    "Optionally include X-Request-ID for tracing; test flows against the Wallex simulator (simulator.wallex.plus)."
  ],
  "pricing": "contact",
  "rate_limit": "5 API requests per second, maximum 432,000 requests per day (custom limits on request)",
  "example_request": "curl 'https://{wallex-api-host}/balances' -H 'X-Api-Key: YOUR_API_KEY' -H 'Authorization: Bearer YOUR_TOKEN'",
  "example_response_snippet": null,
  "agent_notes": "Credentials are only issued by contacting Wallex (no self-serve signup); the API host is provided at onboarding, and a public simulator exists at simulator.wallex.plus. Docs are agent-friendly: /llms.txt index with per-endpoint .md and YAML pages. Rate limits are explicitly documented (5 rps / 432k per day).",
  "status": "live",
  "tags": [
    "payments",
    "fx",
    "cross-border",
    "collections",
    "sg-hq"
  ],
  "sg_official": false,
  "created_at": "2026-07-05T09:15:27.327Z",
  "updated_at": "2026-07-05T09:15:27.327Z",
  "page_url": "https://singaporeapi.com/apis/wallex"
}