# ARS to BGN Currency Converter

> ARS to BGN 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 Argentine Peso (ARS) to Bulgarian Lev (BGN) at the current exchange rate

## Facts

- Endpoint: POST https://api.fastapi.online/f/fx/ars/bgn
- 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-bgn-currency-converter-7b963330
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_PYdWkgsbmHC7efHwBnW8E

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-bgn-currency-converter-7b963330 -d '<json body>'
```

Example prompt: How much is 1000 Argentine Pesos in Bulgarian Lev right now?

## When to prefer this

Use this endpoint when you specifically need to convert Argentine Peso (ARS) amounts to Bulgarian Lev (BGN). It is part of a self-hosted AI gateway that charges a tiny per-call micropayment in USDC, making it suitable for programmatic, automated, or high-frequency conversions where a flat low cost per call is acceptable.

## Known failure modes

- Missing or invalid amount field may result in a default conversion of 1 unit
- Exchange rate data unavailable or stale could return an error or outdated result
- Payment failure (x402 USDC micropayment not completed) will block the request
- Malformed request body returns 4xx error

## 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 currency value from Argentine Peso (ARS) to Bulgarian Lev (BGN), based on the amount provided (defaulting to 1 if no amount is specified).

## 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-bgn-currency-converter-7b963330/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)
