Back to Docs
Cryptocurrency

Litecoin (LTC) Price

Current Litecoin price and market data in USD

HTTP Request

GET
/api/v1/crypto/litecoin.json
Open
AUTHENTICATION: NONE CONTENT-TYPE: APPLICATION/JSON
curl -X GET "https://muhiqsimui.github.io/nexasnapapi/v1/crypto/litecoin.json"
RESPONSE BODY 200 OK
{
  "success": true,
  "source": "CoinGecko",
  "updated": "2026-07-21T08:29:34.10758228Z",
  "data": {
    "id": "litecoin",
    "symbol": "ltc",
    "name": "Litecoin",
    "image": "https://coin-images.coingecko.com/coins/images/2/large/litecoin.png?1696501400",
    "current_price": 47.63,
    "market_cap": 3687654827,
    "market_cap_rank": 27,
    "total_volume": 278298219,
    "high_24h": 47.64,
    "low_24h": 46.43,
    "price_change_24h": 0.749748,
    "price_change_percentage_24h": 1.59924,
    "circulating_supply": 77408416.41937438,
    "total_supply": 77408566.41952848,
    "max_supply": 84000000,
    "ath": 410.26,
    "ath_date": "2021-05-10T03:13:07.904Z",
    "atl": 1.15,
    "atl_date": "2015-01-14T00:00:00.000Z",
    "last_updated": "2026-07-21T08:28:20.684Z"
  }
}