$0.001
per call · USD Coin on Base
Convert amounts between ISO 4217 currencies using ECB daily reference rates (Frankfurter). Use for invoices, travel budgets, expense reports, and shopping comparisons when you need a verifiable rate instead of LLM arithmetic. Not live tradable FX — rates follow ECB business-day publication.
Endpoint
GET https://payload402.edgebytenet.workers.dev/convert3
Calls / 30d
2
Unique payers / 30d
Aug 30
Last called
exact
Payment scheme
Call this service
import { wrapFetchWithPayment } from "@x402/fetch";
import { privateKeyToAccount } from "viem/accounts";
const account = privateKeyToAccount(process.env.PRIVATE_KEY);
const fetchWithPay = wrapFetchWithPayment(fetch, account);
const res = await fetchWithPay("https://payload402.edgebytenet.workers.dev/convert", {
method: "GET",
});
const data = await res.json();curl -X GET \
"https://payload402.edgebytenet.workers.dev/convert?amount=10&from=USD&to=EUR" \
-H "X-PAYMENT: <signed x402 payment>"Example response
{
"amount": 10,
"converted": 8.5825,
"date": "2026-08-29",
"from": "USD",
"note": "ECB daily reference rates, not live quotes",
"rate": 0.85825,
"source": "frankfurter",
"to": "EUR"
}Payment details
0x555379f9f4750eb34ffc8b3daf8eda2ea0f6d112USD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913Is this your API?
Pin it to the top of Social & Community and the homepage with a featured placement.
More from payload402 & similar services
payload402 · License Check
payload402.edgebytenet.workers.dev
npm package license triage for coding agents: resolve the declared license for one name@version from the public npm registry, normalize to SPDX where possible, and return a permissive-default compatibility flag. Use before adding a dependency mid-task. Triage only — not compliance-grade SBOM or legal advice.
payload402 · Translate
payload402.edgebytenet.workers.dev
Translate short text between languages (Azure Translator). Use when an agent needs a verifiable string in another language for UI copy, messages, or research snippets — not legal, medical, or certified translation.
payload402 · GEO Lookup
payload402.edgebytenet.workers.dev
Resolve a place name or lat/lon to IANA timezone and coordinates (Open-Meteo). Use for agent scheduling, travel logistics, and local-time questions without LLM guessing. Not IP geolocation.