# RemittancePulse Stablecoin Rails Comparator

> RemittancePulse Stablecoin Rails Comparator is a paid API for AI agents from remittancepulse.theaslangroupllc.com, paid per call via x402, $0.12/call, status unknown (last checked 2026-09-14).

Compares total cost of stablecoin remittance rails (USDC/USDT on Base, Solana, Tron) vs traditional providers (Wise, Western Union, banks) for any send-receive corridor, including on-ramp, network fee, and real off-ramp spread to destination-country cash.

## Facts

- Endpoint: GET https://remittancepulse.theaslangroupllc.com/api/remit/stablecoin-rails
- Price: $0.12/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/remittancepulse-stablecoin-rails-comparator-268843e6
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_CVLcrGQeNnS_2l2dXc9s7

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-stablecoin-rails-comparator-268843e6
```

Example prompt: Compare sending $300 from the US to Kenya using USDC on Base versus Wise and Western Union — I want the full cost breakdown including on-ramp, network fees, and what it actually costs to cash out on the Kenya side, and flag any issues with liquidity or gray-area access.

## When to prefer this

Choose this endpoint when you need a full-stack stablecoin vs traditional-provider cost comparison for a specific remittance corridor, especially when the destination country's cash-out costs and liquidity matter. Unlike generic FX comparison tools, this endpoint is specifically designed for diaspora-relevant corridors and is honest about thin markets, gray-area off-ramps, and the true total cost of crypto rails versus Wise or Western Union.

## Known failure modes

- Unsupported or very thin corridor returns limited data or a warning about sparse off-ramp data
- Invalid currency pair or country code returns a 400-level error
- Stale pricing data if underlying feeds are delayed
- Gray-area corridors may return warnings rather than actionable data
- Network congestion data may lag real-time conditions
- $0.12 USDC payment not completed returns 402 Payment Required

## How this service works

Stablecoin remittance rail comparison: USDC and USDT on Base, Solana, and Tron versus Wise, Western Union, and banks for any send-receive corridor. Total cost including on-ramp, network fee, and the real off-ramp spread to cash in the destination country. Honest about where the receiving-country cash-out is thin, expensive, or gray-area. Worldwide corridors.

## Output

Returns a structured cost comparison across stablecoin rails (USDC/USDT on Base, Solana, Tron) and traditional providers (Wise, Western Union, banks) for the requested corridor. Includes itemized breakdown of on-ramp fees, blockchain network fees, off-ramp spreads, total effective cost as a percentage, and qualitative notes on destination-country cash-out liquidity, availability issues, or regulatory gray areas. Highlights the cheapest and most practical option for the corridor.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "to_country",
  "from_country"
 ],
 "properties": {
  "lang": {
   "type": "string",
   "description": "lang"
  },
  "amount": {
   "type": "string",
   "description": "Amount to send (default: 500)"
  },
  "to_country": {
   "type": "string",
   "description": "Receiving country — e.g. Mexico, Philippines, India, Nigeria, Kenya"
  },
  "from_country": {
   "type": "string",
   "description": "Sending country — e.g. USA, UAE, UK, Germany"
  }
 }
}
```

## Response schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/remittancepulse-stablecoin-rails-comparator-268843e6/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)
