# RemittancePulse Provider Comparison

> RemittancePulse Provider Comparison 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-14).

Compares money transfer providers by total cost (fees + exchange-rate markup) for a given send corridor and amount, showing exactly how much the recipient gets per provider.

## Facts

- Endpoint: GET https://remittancepulse.theaslangroupllc.com/api/remit/compare
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/remittancepulse-provider-comparison-edac7590
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Oi4essIX17UQZCBg4QTP9

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-provider-comparison-edac7590
```

Example prompt: I want to send $300 from the US to the Philippines — can you compare Wise, Remitly, Western Union, and other providers to show me exactly how much my recipient will get and which one has the lowest total cost including exchange rate fees?

## When to prefer this

Use this endpoint when you need a real-time, multi-provider cost comparison for a specific send corridor and amount, especially when the user wants to know exactly how much the recipient will receive and wants hidden exchange-rate markups surfaced alongside explicit fees.

## Known failure modes

- Unsupported corridor (country pair not covered) returns empty or error response
- Invalid or missing amount parameter causes bad request error
- Provider data temporarily unavailable for a specific corridor
- Rate data stale if provider APIs are slow to update
- Currency not supported for the specified corridor

## How this service works

Compare money transfer providers, remittance fees, and send-money-abroad cost. Cheapest way to send money overseas: total-cost ranking including hidden exchange-rate markup across Wise, Western Union, Remitly, and more. Shows exactly how much the recipient gets per provider for any from/to country and amount. Worldwide corridors.

## Output

A ranked list of money transfer providers showing transfer fees, exchange-rate markup, total cost, and the exact amount the recipient will receive for the specified send corridor and amount, enabling direct cost comparison across providers like Wise, Western Union, Remitly, and others.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "to",
  "from"
 ],
 "properties": {
  "to": {
   "type": "string",
   "description": "to"
  },
  "from": {
   "type": "string",
   "description": "from"
  },
  "lang": {
   "type": "string",
   "description": "lang"
  },
  "amount": {
   "type": "string",
   "description": "Amount to send (default: 500)"
  },
  "to_currency": {
   "type": "string",
   "description": "e.g. PHP, INR, MXN, NGN, PKR"
  },
  "from_currency": {
   "type": "string",
   "description": "e.g. USD, GBP, EUR, AED, CAD"
  }
 }
}
```

## Response schema (JSON Schema)

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

## More

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