One EUR-triangulated cross-rate with inverse and auditable EUR legs, latest or a...
https://x402.professorsausages.com/fx-rates/rate/:base/:quoteOverview
One EUR-triangulated cross-rate with inverse and auditable EUR legs, latest or any date back to 1999
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": {
"date": "Fixing date YYYY-MM-DD (default latest)"
},
"type": "http"
}
Output Schema
{
"properties": {
"disclaimer": {
"type": "string"
},
"eurLegs": {
"description": "EUR-based legs used for the triangulation (audit trail).",
"type": "object"
},
"inverse": {
"type": "number"
},
"method": {
"enum": [
"eur-cross"
],
"type": "string"
},
"pair": {
"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": {
"description": "Present when the requested date had no fixing (weekend/holiday) — rateDate is the nearest prior fixing.",
"type": "string"
},
"source": {
"enum": [
"European Central Bank"
],
"type": "string"
},
"staleDays": {
"description": "Weekdays since the fixing; 0 = current.",
"type": "integer"
}
},
"required": [
"rateType",
"rateDate",
"staleDays",
"pair",
"rate",
"inverse",
"method",
"eurLegs",
"source",
"disclaimer"
],
"type": "object"
}