# LatAm P2P Data – PEN (Peruvian Sol)

> LatAm P2P Data – PEN (Peruvian Sol) is a paid API for AI agents from latamp2papi.dpdns.org, paid per call via x402, $0.002/call, status unknown (last checked 2026-09-15).

Returns real-time USDT P2P exchange rate data for USD/PEN (Peruvian Sol), including official rate, P2P buy/sell rates, and P2P premium percentage.

## Facts

- Endpoint: GET https://latamp2papi.dpdns.org/fx/pen
- Price: $0.002/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/latam-p2p-data-pen-peruvian-sol-37d00503
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_twyOLWG_l61IXw1Xd-qxo

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 latam-p2p-data-pen-peruvian-sol-37d00503
```

Example prompt: What's the current P2P rate for USDT against the Peruvian Sol right now, including the official rate and how much of a premium the P2P market is charging?

## When to prefer this

Use this endpoint when you need real-time USDT P2P market rates specifically for Peru (PEN), especially when you need to compare official rates against informal/P2P market rates and measure the premium. Ideal for remittance apps, arbitrage monitoring, or LatAm FX dashboards. Choose this over generic forex APIs when you specifically need P2P crypto market data rather than official interbank rates.

## Known failure modes

- Payment not received or invalid x402 USDC payment on Base network — returns 402 Payment Required
- Service unavailable or P2P data source unreachable — returns 5xx error
- Stale data if upstream P2P exchanges are temporarily unresponsive
- Rate limiting if too many calls made in rapid succession

## How this service works

Datos P2P en tiempo real de USDT contra monedas latinoamericanas. Pago por consulta via x402 (USDC en Base).

## Output

A JSON object containing the currency pair (USD/PEN), a Unix timestamp, the official exchange rate (tasa_oficial), the P2P premium percentage over official rate (prima_p2p_pct), the P2P USDT sell rate (tasa_p2p_venta_usdt), and the P2P USDT buy rate (tasa_p2p_compra_usdt).

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "properties": {
   "type": "string"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "par": "USD/NIO",
  "timestamp": 1760000000,
  "tasa_oficial": 36.62,
  "prima_p2p_pct": 1.31,
  "tasa_p2p_venta_usdt": 36.5,
  "tasa_p2p_compra_usdt": 37.1
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/latam-p2p-data-pen-peruvian-sol-37d00503/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from latamp2papi.dpdns.org](https://www.zero.xyz/host/latamp2papi.dpdns.org/llms.txt)
