Back to Docs
Cryptocurrency

Dai (DAI) Price

Current Dai price and market data in USD

HTTP Request

GET
/api/v1/crypto/dai.json
Open
AUTHENTICATION: NONE CONTENT-TYPE: APPLICATION/JSON
curl -X GET "https://muhiqsimui.github.io/nexasnapapi/v1/crypto/dai.json"
RESPONSE BODY 200 OK
{
  "success": true,
  "source": "CoinGecko",
  "updated": "2026-07-21T08:29:34.10758228Z",
  "data": {
    "id": "dai",
    "symbol": "dai",
    "name": "Dai",
    "image": "https://coin-images.coingecko.com/coins/images/9956/large/Badge_Dai.png?1696509996",
    "current_price": 0.999863,
    "market_cap": 4644981056,
    "market_cap_rank": 22,
    "total_volume": 185806705,
    "high_24h": 1,
    "low_24h": 0.999559,
    "price_change_24h": -0.00002125806774278,
    "price_change_percentage_24h": -0.00213,
    "circulating_supply": 4645619490.4811,
    "total_supply": 4645619490.4811,
    "ath": 1.22,
    "ath_date": "2020-03-13T03:02:50.373Z",
    "atl": 0.88196,
    "atl_date": "2023-03-11T07:50:50.514Z",
    "last_updated": "2026-07-21T08:28:19.280Z"
  }
}