Back to Docs
Cryptocurrency

Dogecoin (DOGE) Price

Current Dogecoin price and market data in USD

HTTP Request

GET
/api/v1/crypto/dogecoin.json
Open
AUTHENTICATION: NONE CONTENT-TYPE: APPLICATION/JSON
curl -X GET "https://muhiqsimui.github.io/nexasnapapi/v1/crypto/dogecoin.json"
RESPONSE BODY 200 OK
{
  "success": true,
  "source": "CoinGecko",
  "updated": "2026-07-21T08:29:34.10758228Z",
  "data": {
    "id": "dogecoin",
    "symbol": "doge",
    "name": "Dogecoin",
    "image": "https://coin-images.coingecko.com/coins/images/5/large/dogecoin.png?1696501409",
    "current_price": 0.0736,
    "market_cap": 11419681645,
    "market_cap_rank": 11,
    "total_volume": 618585878,
    "high_24h": 0.073629,
    "low_24h": 0.071607,
    "price_change_24h": 0.00184545,
    "price_change_percentage_24h": 2.57188,
    "circulating_supply": 155157756383.7052,
    "total_supply": 155158946383.7052,
    "ath": 0.731578,
    "ath_date": "2021-05-08T05:08:23.458Z",
    "atl": 0.0000869,
    "atl_date": "2015-05-06T00:00:00.000Z",
    "last_updated": "2026-07-21T08:28:11.772Z"
  }
}