# LatAm P2P FX Rate — PYG (Paraguayan Guaraní)

> LatAm P2P FX Rate — PYG (Paraguayan Guaraní) 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 buy/sell rates and P2P premium for USD against the Paraguayan Guaraní (PYG).

## Facts

- Endpoint: GET https://latamp2papi.dpdns.org/fx/pyg
- 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-fx-rate-pyg-paraguayan-guaran-442c5778
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_HSLan3j2vFWsA4DfKSPPp

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-fx-rate-pyg-paraguayan-guaran-442c5778
```

Example prompt: What's the current P2P exchange rate for USDT against the Paraguayan Guaraní right now, including the official rate and the P2P premium percentage?

## When to prefer this

Choose this endpoint when you need real-time P2P market rates for USDT against the Paraguayan Guaraní specifically, including the spread between official and informal rates. It is ideal for remittance cost calculation, arbitrage monitoring, or tracking informal dollar premiums in Paraguay. Use this over generic FX APIs when P2P/informal-market data (not just official rates) is required.

## Known failure modes

- Payment not included or invalid x402 USDC payment header → 402 Payment Required
- Upstream P2P data source unavailable → 503 or stale data
- Network timeout if the data provider is slow
- Rate limiter triggered by excessive polling → 429 Too Many Requests

## How this service works

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

## Output

Returns a JSON object with the currency pair (USD/PYG), a Unix timestamp, the official exchange rate (tasa_oficial), the P2P premium percentage (prima_p2p_pct), and the current P2P sell and buy rates for USDT (tasa_p2p_venta_usdt and 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-fx-rate-pyg-paraguayan-guaran-442c5778/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)
