Back to Docs
Cryptocurrency

Monero (XMR) Price

Current Monero price and market data in USD

HTTP Request

GET
/api/v1/crypto/monero.json
Open
AUTHENTICATION: NONE CONTENT-TYPE: APPLICATION/JSON
curl -X GET "https://muhiqsimui.github.io/nexasnapapi/v1/crypto/monero.json"
RESPONSE BODY 200 OK
{
  "success": true,
  "source": "CoinGecko",
  "updated": "2026-07-21T08:29:34.10758228Z",
  "data": {
    "id": "monero",
    "symbol": "xmr",
    "name": "Monero",
    "image": "https://coin-images.coingecko.com/coins/images/69/large/monero_logo.png?1696501460",
    "current_price": 344.34,
    "market_cap": 6466789577,
    "market_cap_rank": 20,
    "total_volume": 82781724,
    "high_24h": 348.17,
    "low_24h": 332.44,
    "price_change_24h": 10.87,
    "price_change_percentage_24h": 3.25921,
    "circulating_supply": 18780719.16952001,
    "total_supply": 18780719.16952001,
    "ath": 797.73,
    "ath_date": "2026-01-14T19:34:07.049Z",
    "atl": 0.216177,
    "atl_date": "2015-01-14T00:00:00.000Z",
    "last_updated": "2026-07-21T08:28:23.112Z"
  }
}