All ~30 currencies at the most recent ECB daily reference fixing, rebased to any...
https://x402.professorsausages.com/fx-rates/latestOverview
All ~30 currencies at the most recent ECB daily reference fixing, rebased to any covered currency — dated, attributed, agent-clean JSON
Protocol
x402
Price
$0.0020
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": {
"base": "Rebase currency (default EUR), e.g. USD",
"symbols": "Comma-separated filter, e.g. GBP,JPY,CHF"
},
"type": "http"
}
Output Schema
{
"properties": {
"base": {
"description": "Rebase currency (default EUR).",
"type": "string"
},
"disclaimer": {
"type": "string"
},
"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"
},
"rates": {
"description": "Currency code → rate (1 base = N quote), 6 decimals.",
"type": "object"
},
"source": {
"enum": [
"European Central Bank"
],
"type": "string"
},
"staleDays": {
"description": "Weekdays since the fixing; 0 = current.",
"type": "integer"
}
},
"required": [
"rateType",
"rateDate",
"staleDays",
"base",
"rates",
"source",
"disclaimer"
],
"type": "object"
}