Currency conversion via ECB euro reference rates (informational). Payment consti...
https://api.agenticweb.nl/api/v1/global/fxOverview
Currency conversion via ECB euro reference rates (informational). Payment constitutes acceptance of the terms at agenticweb.nl/terms.
Protocol
x402
Price
$0.0030
Payment Asset
USD Coin
Payment Network
Base
Category
uncategorized
Provider
agenticweb
Source
bazaar
Indexed
2026-07-15 07:15:27
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
{
"discoverable": true,
"method": "GET",
"queryParams": {
"amount": "Amount to convert (default 1).",
"from": "ISO 4217 source currency (default EUR).",
"sample": "Set to 1 for the free demo response.",
"to": "ISO 4217 target currency (default USD)."
},
"type": "http"
}
Output Schema
{
"properties": {
"amount": {
"type": "number"
},
"as_of": {
"description": "Date of the ECB reference snapshot.",
"type": "string"
},
"from": {
"description": "ISO 4217 source currency.",
"type": "string"
},
"rate": {
"description": "ECB reference rate from→to.",
"type": "number"
},
"result": {
"description": "amount × rate.",
"type": "number"
},
"to": {
"description": "ISO 4217 target currency.",
"type": "string"
}
},
"type": "object"
}