# LatAm P2P Data – BOB (Boliviano)

> LatAm P2P Data – BOB (Boliviano) 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/BOB (Bolivian Boliviano) P2P exchange rate data including official rate, P2P buy/sell rates, and the P2P premium percentage.

## Facts

- Endpoint: GET https://latamp2papi.dpdns.org/fx/bob
- 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-bob-boliviano-effe4054
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_2lMdrO6J_hQyIua27GgCc

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-bob-boliviano-effe4054
```

Example prompt: What's the current P2P exchange rate for USDT to Bolivian bolivianos — give me both the buy and sell rates and how much of a premium that is over the official BOB rate?

## When to prefer this

Choose this endpoint when you specifically need real-time USDT/BOB (Bolivian Boliviano) P2P exchange rate data, including the unofficial street/P2P rate, the P2P premium over the official rate, and both buy/sell sides. Prefer it over generic FX APIs when you need P2P market data for Bolivia specifically, or when building remittance, arbitrage, or financial monitoring tools focused on Latin American informal currency markets.

## Known failure modes

- Payment not received or rejected (x402 payment required) — returns 402 with payment instructions
- Data source temporarily unavailable — may return 503 or empty/stale data
- Invalid endpoint path — 404 if wrong currency code used
- Network timeout if P2P data source is slow to respond

## 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 (USD/BOB), a Unix timestamp, the official exchange rate, the P2P premium as a percentage, the P2P USDT sell rate in bolivianos, and the P2P USDT buy rate in bolivianos.

## 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-bob-boliviano-effe4054/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)
