MoneroPriceNow API

Free, public, no-auth Monero (XMR) price endpoints — served from the edge, updated every 30 seconds.

EndpointPairLatest
/xmr-usdt.jsonXMR/USDT395.24
/xmr-btc.jsonXMR/BTC0.006333
/xmr-eth.jsonXMR/ETH0.21052

Each endpoint returns JSON:

{
  "pair": "XMR/USDT",
  "price": 164.23,
  "published_utc": "2026-08-13T17:00:05Z",
  "source": "moneropricenow.com"
}

price is the mid of live buy + sell quotes across exchanges. published_utc is when this file was last written (UTC, to the second). Responses are edge-cached ~30s and send Access-Control-Allow-Origin: *, so browser apps can call them directly. No API key required.