Animica x402 Directory

Directory / currency-api-production-4a8d.up.railway.app

currency-api-production-4a8d.up.railway.app/rates/latest

Latest fiat exchange rates (ECB via Frankfurter) for a base currency; optionally restrict to specific target currency codes.

Call it

# 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/latest'

# -> 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/latest'

Endpoint: https://currency-api-production-4a8d.up.railway.app/rates/latest. 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.

Other endpoints on currency-api-production-4a8d.up.railway.app

currency-api-production-4a8d.up.railway.app/rates/convert

Convert an amount from one fiat currency to another at the latest ECB rate; returns the rate, converted result, and rate date.

GET · $0.001

currency-api-production-4a8d.up.railway.app/rates/historical

Historical fiat exchange rates for a given date (YYYY-MM-DD, back to 1999-01-04) and base currency; optionally restrict to specific targets.

GET · $0.001

All 3 endpoints on currency-api-production-4a8d.up.railway.app →