← Back to directory

Convert an amount between any two covered currencies at an ECB fixing (latest or...

https://x402.professorsausages.com/fx-rates/convert

Overview

Convert an amount between any two covered currencies at an ECB fixing (latest or dated) — the invoicing workhorse

Protocol x402
Price $0.0030
Payment Asset USD Coin
Payment Network Base
Category uncategorized
Provider x402
Source bazaar
Indexed 2026-07-19 04:15:11

Health

Status unknown
Latency (p50)
Uptime (30d)
Reliability Score
Last Checked Never
Last Healthy Never
Consecutive Failures 0

x402 Payment Validation

Payment Requirements
Asset Verified
Facilitator

Input Schema

{ "method": "GET", "queryParams": { "amount": "Amount > 0, e.g. 1250.00", "date": "Fixing date YYYY-MM-DD (default latest)", "from": "Source currency, e.g. EUR", "to": "Target currency, e.g. USD" }, "type": "http" }

Output Schema

{ "properties": { "amount": { "type": "number" }, "converted": { "type": "number" }, "convertedRounded": { "type": "string" }, "disclaimer": { "type": "string" }, "from": { "type": "string" }, "rate": { "type": "number" }, "rateDate": { "description": "ECB fixing date (YYYY-MM-DD) backing this answer.", "type": "string" }, "rateType": { "description": "Daily reference rates — NOT live trading rates.", "enum": [ "ecb-daily-reference" ], "type": "string" }, "requestedDate": { "type": "string" }, "source": { "enum": [ "European Central Bank" ], "type": "string" }, "staleDays": { "description": "Weekdays since the fixing; 0 = current.", "type": "integer" }, "to": { "type": "string" } }, "required": [ "rateType", "rateDate", "staleDays", "from", "to", "amount", "rate", "converted", "convertedRounded", "source", "disclaimer" ], "type": "object" }