Back to Docs
Cryptocurrency

USD Coin (USDC) Price

Current USD Coin price and market data in USD

HTTP Request

GET
/api/v1/crypto/usd-coin.json
Open
AUTHENTICATION: NONE CONTENT-TYPE: APPLICATION/JSON
curl -X GET "https://muhiqsimui.github.io/nexasnapapi/v1/crypto/usd-coin.json"
RESPONSE BODY 200 OK
{
  "success": true,
  "source": "CoinGecko",
  "updated": "2026-07-21T08:29:34.10758228Z",
  "data": {
    "id": "usd-coin",
    "symbol": "usdc",
    "name": "USDC",
    "image": "https://coin-images.coingecko.com/coins/images/6319/large/USDC.png?1769615602",
    "current_price": 0.999854,
    "market_cap": 73115383805,
    "market_cap_rank": 5,
    "total_volume": 12144623216,
    "high_24h": 1,
    "low_24h": 0.999678,
    "price_change_24h": 0.00001625,
    "price_change_percentage_24h": 0.00163,
    "circulating_supply": 73126059043.15607,
    "total_supply": 73162635903.27596,
    "ath": 1.043,
    "ath_date": "2018-11-15T00:00:00.000Z",
    "atl": 0.877647,
    "atl_date": "2023-03-11T08:02:13.981Z",
    "last_updated": "2026-07-21T08:28:15.267Z"
  }
}