Convert an amount between currencies using ECB exchange rates. Supports all majo...
https://api.strale.io/x402/v2/currency-convertOverview
Convert an amount between currencies using ECB exchange rates. Supports all major currencies. Returns converted amount and rate.
Protocol
x402
Price
$0.02
Payment Asset
USD Coin
Payment Network
eip155:8453
Category
uncategorized
Provider
strale
Source
bazaar
Indexed
2026-08-27 16:12:43
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": {
"description": "Amount to convert",
"required": true,
"type": "number"
},
"from": {
"description": "Source currency (ISO 4217)",
"required": true,
"type": "string"
},
"to": {
"description": "Target currency (ISO 4217)",
"required": true,
"type": "string"
}
},
"type": "http"
}
Output Schema
{
"amount": {
"type": "number"
},
"converted_amount": {
"type": "number"
},
"date": {
"type": "string"
},
"from": {
"type": "string"
},
"rate": {
"type": "number"
},
"to": {
"type": "string"
}
}