# RemittancePulse News Feed

> RemittancePulse News Feed 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 remittance industry news including regulatory changes, fee trends, new provider launches, and corridor alerts for fintech and remittance agents.

## Facts

- Endpoint: GET https://remittancepulse.vercel.app/api/remit/news
- 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-news-feed-572e2e96
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_voSE32VMqZreBpECGr2b7

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-news-feed-572e2e96
```

Example prompt: What's the latest in remittance industry news — any new regulatory changes, fee shifts, new providers launching, or corridor alerts I should be aware of right now?

## When to prefer this

Use this endpoint when an agent needs a current pulse on the remittance and fintech industry — regulatory shifts, emerging providers, fee movements, or corridor disruptions — rather than real-time FX rates, specific provider comparisons, or compliance detail for a single corridor.

## Known failure modes

- Payment not received or insufficient USDC balance — 402 Payment Required
- Service temporarily unavailable — 503 error
- No recent news items available — empty or minimal result set
- Rate limiting if called too frequently

## How this service works

Remittance news and money transfer industry updates: regulatory changes, transfer-fee trends, new providers, and corridor alerts. Latest developments affecting send-money-abroad cost, availability, and compliance for any from/to corridor or the global remittance market. Worldwide.

## Output

A list of remittance industry news items covering regulatory changes, fee trends, newly launched providers, and active corridor alerts relevant to fintech and remittance agents.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "to": {
   "type": "string",
   "description": "to"
  },
  "from": {
   "type": "string",
   "description": "from"
  },
  "lang": {
   "type": "string",
   "description": "lang"
  },
  "topic": {
   "type": "string",
   "description": "regulatory | providers | fees | technology | all"
  }
 }
}
```

## Response schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/remittancepulse-news-feed-572e2e96/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)
