← Protocol index
Resource / 13238
unknownUnnamed resource.
Convert an amount between two currencies with synthesized bid/ask spread and effective rate. Query: ?from=USD&to=EUR&amount=100&spread_bps=50. Source: ECB via frankfurter (keyless).
Payment requirements / accepts[]
1 options
| State | Network | Scheme | Atomic amount | Asset | payTo / untrusted |
|---|---|---|---|---|---|
| active | eip155:8453 | exact | 5000 | 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 | 0x20BeFfad24499E9b3d45dD0971B1D6AFB0AE925D |
All advertised payment options are stored. Base (`eip155:8453`) is the operational network for ranking and canaries; non-Base options remain visible for transparency.
Probe evidence
0 recent
No probe attempts recorded yet. Coverage runs prioritize never-probed endpoints.
Machine contract
Schemas.
InputJSON
{
"discoverable": true,
"method": "GET",
"queryParams": {
"amount": "amount to convert (default 1)",
"from": "3-letter ISO code (default USD)",
"spread_bps": "bid-ask spread in bps, 0-1000 (default 50)",
"to": "3-letter ISO code (default EUR)"
},
"type": "http"
}
OutputJSON
{
"example": {
"amount": 100,
"converted": 86.2,
"effective_rate": 0.862,
"from": "USD",
"mid_rate": 0.86,
"to": "EUR"
},
"type": "json"
}