# RemittancePulse Diaspora Remittance Patterns

> RemittancePulse Diaspora Remittance Patterns is a paid API for AI agents from remittancepulse.theaslangroupllc.com, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-16).

Returns community-specific remittance insights for diaspora groups including preferred money transfer providers, cultural sending behaviors, and seasonal peak trends by migrant community and destination.

## Facts

- Endpoint: GET https://remittancepulse.theaslangroupllc.com/api/remit/diaspora
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-16
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/remittancepulse-diaspora-remittance-patterns-8027a4d6
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_aFi7zLqTbBHJ0QOCdPV57

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-remittance-patterns-8027a4d6
```

Example prompt: What are the most popular remittance providers and peak sending seasons for the Filipino OFW community sending money back to the Philippines — including any cultural behaviors that influence how and when they send?

## When to prefer this

Use this endpoint when you need community-specific or culturally-contextualized remittance intelligence — i.e., which providers a specific migrant group actually prefers and when they send — rather than generic fee comparisons or corridor-level pricing data. Choose this over sibling endpoints when the question is about diaspora behavior, cultural patterns, or community norms rather than live exchange rates or compliance rules.

## Known failure modes

- Unknown or unsupported diaspora community identifier returns empty or null results
- Overly broad query without community specification may return generic data
- Seasonal data may lag real-time events if not recently refreshed
- Very small or obscure diaspora communities may have limited behavioral data
- Missing required community parameter returns 400 Bad Request

## 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

Returns community-specific remittance profile data including top preferred money transfer providers used by the specified diaspora group, documented cultural and behavioral patterns around sending money home, and seasonal or calendar-driven peak remittance periods (e.g. holidays, harvest seasons, school enrollment periods) for that 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-remittance-patterns-8027a4d6/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from remittancepulse.theaslangroupllc.com](https://www.zero.xyz/host/remittancepulse.theaslangroupllc.com/llms.txt)
