# LatAm P2P FX Rate – ARS (Argentine Peso)

> LatAm P2P FX Rate – ARS (Argentine Peso) is a paid API for AI agents from latamp2papi.dpdns.org, paid per call via x402, $0.002/call, status down (last checked 2026-09-15).

Returns real-time USDT P2P exchange rates for the Argentine Peso (ARS) including the official rate, P2P buy/sell rates, and the P2P premium percentage.

## Facts

- Endpoint: GET https://latamp2papi.dpdns.org/fx/ars
- Price: $0.002/call
- Payment: x402
- Status: down
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/latam-p2p-fx-rate-ars-argentine-peso-b7037926
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Ujl7z9lOoN8KnGHtuUuv8

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-ars-argentine-peso-b7037926
```

Example prompt: What's the current USDT P2P exchange rate in Argentina — give me the official ARS rate, the P2P buy and sell prices, and how much of a premium the informal market is charging right now.

## When to prefer this

Choose this endpoint when you need real-time informal or P2P market exchange rates for USDT against the Argentine Peso specifically — particularly when the gap between official and street rates is meaningful (e.g. Argentina's currency controls). Prefer this over traditional FX APIs that only return official/interbank rates and do not reflect actual P2P crypto market prices. Ideal for remittance cost estimation, arbitrage detection, or financial dashboards tracking Latin American informal currency markets.

## Known failure modes

- Payment failure via x402 protocol results in a 402 response with no data returned
- Upstream P2P data source unavailable may return a 503 or empty/stale data
- Invalid or unsupported currency path returns a 404
- Network timeout if the real-time P2P aggregation takes too long

## 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 label (e.g. USD/ARS), a Unix timestamp, the official exchange rate, the P2P sell price for USDT, the P2P buy price for USDT, and the P2P premium as a percentage over the official rate.

## 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-ars-argentine-peso-b7037926/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)
