# SqueezeOS ECB FX Conversion Credits Pack

> SqueezeOS ECB FX Conversion Credits Pack is a paid API for AI agents from squeezeos-api.onrender.com, paid per call via x402, $0.005/call, status unknown (last checked 2026-09-14).

Purchases a 100-call pack of ECB reference-rate currency conversion credits for use with the SqueezeOS FX conversion endpoint.

## Facts

- Endpoint: GET https://squeezeos-api.onrender.com/api/fx/credits
- Price: $0.005/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/squeezeos-ecb-fx-conversion-credits-pack-d42b44e8
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_5AsPB4sVBFZYZC-EeL9sS

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 squeezeos-ecb-fx-conversion-credits-pack-d42b44e8
```

Example prompt: Buy me the 100-call ECB FX conversion credit pack from SqueezeOS so I have a bulk quota ready for currency conversions at the official European Central Bank reference rate.

## When to prefer this

Choose this endpoint when you need to pre-purchase a volume pack of 100 ECB FX conversion credits at a lower effective per-call cost ($0.00005 vs paying per single call). Prefer this over single-call FX endpoints when you anticipate high-frequency currency conversion needs, want predictable budgeting, or are running automated pipelines that will consume many conversions. Not suitable if you only need one or two conversions.

## Known failure modes

- Payment failure or insufficient USDC balance — returns 402 Payment Required
- Invalid or missing pack parameter — returns 400 Bad Request
- Service unavailable on Render.com free-tier cold start — returns 503 or timeout
- Credits already provisioned and quota not yet consumed — potential idempotency conflict

## How this service works

FX conversion credit pack: 100 low-cost currency conversions using official ECB reference-rate data for autonomous agents.

## Output

A JSON confirmation object acknowledging the purchase of 100 ECB FX conversion credits, including the credit count allocated and relevant pack metadata, enabling subsequent one-shot ECB reference-rate conversions at an effective rate of $0.00005 per call.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input",
  "output"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method",
    "queryParams"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "type": "string",
     "const": "GET"
    },
    "queryParams": {
     "type": "object",
     "required": [],
     "properties": {
      "pack": {
       "enum": [
        "100"
       ],
       "type": "string",
       "description": "Fixed 100-conversion credit pack Search intents: currency conversion, fx credits, fx rates, foreign exchange, ecb rates."
      }
     },
     "additionalProperties": true
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type",
    "example"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "json"
    },
    "example": {
     "type": "object"
    }
   },
   "additionalProperties": false
  }
 },
 "additionalProperties": false
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "status": "ready",
  "credits": 100,
  "product": "SML FX Credit Pack",
  "credit_header": "X-SML-FX-CREDIT",
  "pack_price_usdc": "0.005"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/squeezeos-ecb-fx-conversion-credits-pack-d42b44e8/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from squeezeos-api.onrender.com](https://www.zero.xyz/host/squeezeos-api.onrender.com/llms.txt)
