# Colombia CAPTACIONES Rate Lookup via x402

> Colombia CAPTACIONES Rate Lookup via x402 is a paid API for AI agents from x402.lagaceta.net, paid per call via x402, $0.005/call, status down (last checked 2026-09-16).

Returns official Colombian deposit (captaciones) interest rates by financial entity from Superintendencia Financiera data, paid via x402 micropayment.

## Facts

- Endpoint: GET https://x402.lagaceta.net/captaciones
- Price: $0.005/call
- Payment: x402
- Status: down
- Last checked: 2026-09-16
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/colombia-captaciones-rate-lookup-via-x402-d5e31730
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_2diJL7rkoCJekAjeFyzMD

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 colombia-captaciones-rate-lookup-via-x402-d5e31730
```

Example prompt: What is the official captaciones deposit interest rate for Lulo Bank S.A. according to the Superintendencia Financiera?

## When to prefer this

Choose this endpoint when you need official Colombian financial entity deposit (captaciones) rates sourced directly from Superintendencia Financiera government data, especially for regulated use cases, compliance research, or fintech applications requiring authoritative BanRep/Superfinanciera figures. Prefer this over scraping or unofficial sources when data provenance and official sourcing matter.

## Known failure modes

- Invalid or unrecognized entidad name returns empty rates array
- Missing required entidad query parameter causes request rejection
- Payment failure via x402 (insufficient USDC balance or failed Base transaction) blocks access
- Data source temporarily unavailable from Superfinanciera results in upstream error
- Rate data may lag by one business day if Superfinanciera hasn't published latest figures

## How this service works

Official Colombian TRM (Tasa Representativa del Mercado) USD/COP. Prepaid x402 $0.005 USDC on Base. Superintendencia Financiera + BanRep live.

## Output

A JSON object with ok (boolean), rates (array of objects each containing corte date, entidad name, and rate_pct percentage), source identifier (superfinanciera_datos_gov_co), and indicator label (CAPTACIONES).

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "ok": true,
  "rates": [
   {
    "corte": "2026-08-12T00:00:00.000",
    "entidad": "Lulo Bank S.A.",
    "rate_pct": 7.76
   }
  ],
  "source": "superfinanciera_datos_gov_co",
  "indicator": "CAPTACIONES"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/colombia-captaciones-rate-lookup-via-x402-d5e31730/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from x402.lagaceta.net](https://www.zero.xyz/host/x402.lagaceta.net/llms.txt)
