# RemittancePulse Mobile Money Intelligence

> RemittancePulse Mobile Money Intelligence is a paid API for AI agents from remittancepulse.vercel.app, paid per call via x402, $0.08/call, status unknown (last checked 2026-09-15).

Returns mobile money provider intelligence by country, covering M-Pesa, GCash, bKash, MTN MoMo, Airtel, and Wave with availability, limits, and fees.

## Facts

- Endpoint: GET https://remittancepulse.vercel.app/api/remit/mobile
- Price: $0.08/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/remittancepulse-mobile-money-intelligence-2c603780
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_heXFtG7rOcQNz8iyxYbEM

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability remittancepulse-mobile-money-intelligence-2c603780
```

Example prompt: What mobile money providers are available in the Philippines — things like GCash, Maya, or others — including transfer limits and fees for receiving remittances?

## When to prefer this

Use this endpoint when you need specific mobile money network intelligence for a receive country — especially for M-Pesa, GCash, bKash, MTN MoMo, Airtel, or Wave — rather than general FX rates or corridor comparisons. Ideal for agents helping users understand how to deliver funds digitally to mobile wallets in emerging markets.

## Known failure modes

- Unsupported country returns empty or null provider list
- Provider data may be stale if underlying feeds are not refreshed
- Country code not recognized returns 400 or empty response
- Network timeout if external data sources are slow
- Provider details incomplete for newer or less-covered markets

## How this service works

Mobile money wallet guide: send and receive remittances via M-Pesa, GCash, bKash, MTN MoMo, Airtel Money, and Wave by country or region. How to send money to a mobile wallet, which platforms operate where, how to receive into each, and cash-out options. Worldwide, Africa and Asia focus.

## Output

Returns a structured dataset of mobile money providers available in the queried country or corridor, including provider names (M-Pesa, GCash, bKash, MTN MoMo, Airtel, Wave), coverage status, transfer limits, fee structures, and any relevant operational details for remittance delivery via mobile wallet.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "lang": {
   "type": "string",
   "description": "lang"
  },
  "region": {
   "type": "string",
   "description": "East Africa | West Africa | South Asia | Southeast Asia | Latin America | Middle East"
  },
  "country": {
   "type": "string",
   "description": "country"
  },
  "platform": {
   "type": "string",
   "description": "Specific platform — e.g. M-Pesa, GCash, bKash"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {}
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/remittancepulse-mobile-money-intelligence-2c603780/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from remittancepulse.vercel.app](https://www.zero.xyz/host/remittancepulse.vercel.app/llms.txt)
