MoneroPriceNow API
Free, public, no-auth Monero (XMR) price endpoints — served from the edge, updated every 30 seconds.
| Endpoint | Pair | Latest |
|---|---|---|
| /xmr-usdt.json | XMR/USDT | 395.24 |
| /xmr-btc.json | XMR/BTC | 0.006333 |
| /xmr-eth.json | XMR/ETH | 0.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.