# LatAm P2P Data – DOP (Dominican Peso)

> LatAm P2P Data – DOP (Dominican Peso) 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/DOP P2P exchange rates including official rate, P2P buy/sell rates, and P2P premium percentage for the Dominican Peso.

## Facts

- Endpoint: GET https://latamp2papi.dpdns.org/fx/dop
- 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-dop-dominican-peso-dbc9fee8
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_PW9wmt7Jk882q2bcG6E38

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-dop-dominican-peso-dbc9fee8
```

Example prompt: What's the current USDT to Dominican Peso P2P exchange rate right now — give me the official rate, the P2P buy and sell prices, and how big the premium is?

## When to prefer this

Choose this endpoint when you need real-time Dominican Peso (DOP) P2P USDT exchange data specifically, including the spread between official and street/P2P rates. Ideal when you need the P2P premium metric that official FX APIs do not provide. Use over generic FX APIs when the black-market or crypto P2P rate is what matters for remittances, arbitrage, or inflation tracking in the Dominican Republic.

## Known failure modes

- Payment not received or insufficient USDC balance via x402 — returns 402 Payment Required
- Upstream P2P data source unavailable — may return 503 or stale data
- Invalid endpoint path — returns 404 if currency code not supported
- Rate limiting if too many calls in quick 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: currency pair label (USD/DOP), Unix timestamp, official exchange rate (tasa_oficial), P2P premium percentage (prima_p2p_pct), P2P USDT sell rate (tasa_p2p_venta_usdt), and 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-dop-dominican-peso-dbc9fee8/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)
