Directory / currency-api-production-4a8d.up.railway.app
Convert an amount from one fiat currency to another at the latest ECB rate; returns the rate, converted result, and rate date.
# 1. Ask the endpoint what it costs (no payment, no wallet needed): curl -i -X GET 'https://currency-api-production-4a8d.up.railway.app/rates/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://currency-api-production-4a8d.up.railway.app/rates/convert'
Endpoint: https://currency-api-production-4a8d.up.railway.app/rates/convert. Operated by currency-api-production-4a8d.up.railway.app, 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.
Historical fiat exchange rates for a given date (YYYY-MM-DD, back to 1999-01-04) and base currency; optionally restrict to specific targets.
Latest fiat exchange rates (ECB via Frankfurter) for a base currency; optionally restrict to specific target currency codes.
All 3 endpoints on currency-api-production-4a8d.up.railway.app →