Directory / payload402.edgebytenet.workers.dev
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.
# 1. Ask the endpoint what it costs (no payment, no wallet needed): curl -i -X GET 'https://payload402.edgebytenet.workers.dev/convert' # -> HTTP/1.1 402 Payment Required # the response carries the price, asset and pay-to address. # 2. Pay and retry with any x402 client: npx x402-fetch 'https://payload402.edgebytenet.workers.dev/convert'
Endpoint: https://payload402.edgebytenet.workers.dev/convert. Operated by payload402.edgebytenet.workers.dev, not by Animica. Price and availability were correct at the last probe on 2026-09-02 and are set by the operator, who may change them.
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, …