# ARS to CLP Currency Converter

> ARS to CLP Currency Converter is a paid API for AI agents from api.fastapi.online, paid per call via x402, $0.0002/call, status unknown (last checked 2026-09-15).

Converts an amount from Argentine Peso (ARS) to Chilean Peso (CLP) using a self-hosted AI gateway with x402 micropayment authentication.

## Facts

- Endpoint: POST https://api.fastapi.online/f/fx/ars/clp
- Price: $0.0002/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/ars-to-clp-currency-converter-6b99d43b
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_QTbl-AIYBQgAG98c6TPPs

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 ars-to-clp-currency-converter-6b99d43b -d '<json body>'
```

Example prompt: Can you convert 5000 Argentine pesos to Chilean pesos for me?

## When to prefer this

Choose this endpoint when you specifically need ARS-to-CLP conversion and are operating in an x402-enabled micropayment environment on Base/USDC. Suitable for agents that already handle x402 payment flows and need a cheap, per-call currency conversion without a subscription.

## Known failure modes

- Payment failure: x402 micropayment not completed or USDC balance insufficient — returns 402 Payment Required
- Invalid input: non-numeric or negative amount — returns 400 Bad Request
- Service unavailable: self-hosted gateway offline — returns 503
- Rate data unavailable: exchange rate feed down — returns 500 or stale data

## How this service works

Self-hosted AI API gateway. Expensive endpoints require an x402 micropayment (USDC on Base) before executing.

## Output

Returns a JSON object containing the converted amount from Argentine Peso (ARS) to Chilean Peso (CLP), based on the input amount provided. May also include exchange rate metadata.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "amount": {
   "type": "number",
   "description": "Amount of the source currency to convert (default 1)"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "object"
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/ars-to-clp-currency-converter-6b99d43b/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.fastapi.online](https://www.zero.xyz/host/api.fastapi.online/llms.txt)
