# RemittancePulse Diaspora Intelligence

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

Returns community-specific remittance providers, cultural sending patterns, and seasonal behavior data for diaspora communities and migrant agents

## Facts

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

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-diaspora-intelligence-f83f9f41
```

Example prompt: What remittance providers and seasonal sending patterns are most common for the Filipino diaspora sending money to the Philippines? I want community-specific insights, not just generic corridor data.

## When to prefer this

Use this endpoint when you need culturally nuanced, community-specific remittance intelligence — not just generic corridor data. It is the right choice when the user's diaspora identity or cultural context matters, e.g., which providers a specific community trusts, or when seasonal/cultural sending patterns (holidays, festivals, harvest cycles) are relevant to timing or provider choice.

## Known failure modes

- Unknown or unsupported diaspora community returns empty or null results
- Missing required community or corridor parameters returns 400 error
- Payment failure (insufficient USDC balance) returns 402 Payment Required
- Rate limiting or quota exceeded returns 429 error
- Very small or niche diaspora communities may return sparse or low-confidence data

## How this service works

Diaspora remittance patterns: community-specific money transfer providers, cultural sending behavior, and seasonal remittance trends. Best way for a specific migrant community (Filipino/OFW, Indian, Mexican, Nigerian, Bangladeshi, Pakistani, etc.) to send money home, preferred providers, and peak sending seasons. Worldwide.

## Output

A structured response containing community-specific remittance provider recommendations, cultural and behavioral sending patterns, seasonal peaks and troughs in sending activity, and diaspora-specific insights for the queried migrant community.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "community"
 ],
 "properties": {
  "lang": {
   "type": "string",
   "description": "lang"
  },
  "community": {
   "type": "string",
   "description": "e.g. Filipino, Indian, Mexican, Nigerian, Pakistani, Bangladeshi, Vietnamese"
  },
  "sending_from": {
   "type": "string",
   "description": "Country sending from — tailors corridor-specific advice"
  }
 }
}
```

## Response schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/remittancepulse-diaspora-intelligence-f83f9f41/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)
