Litecoin / US Dollar (LTCUSD) market data
Litecoin priced in USD (LTCUSD).
About Litecoin / US Dollar (LTCUSD)
LTCUSD is the price of one Litecoin in US dollars. Litecoin is one of the longer-running crypto assets and remains a common pair in price screens, portfolio tools, and research systems.
SiftingIO publishes LTCUSD as normalized live and historical crypto market data. A live quote includes trade price, bid, ask, spread, 24-hour volume and change, source count, and timestamps.
Historical LTCUSD OHLCV bars are available over REST from one-minute resolution upward. The response shape matches the rest of the SiftingIO crypto API, so Litecoin data can be joined with other assets without custom parsing.
Reference data
- Symbol
- LTCUSD
- Name
- Litecoin / US Dollar
- Asset class
- Crypto
- Venue
- CEX
- Base asset
- LTC
- Quote asset
- USD
- Currency
- USD
- Base asset
- Litecoin
LTCUSD Crypto Price and Market Data API
Access LTCUSD crypto price and market data through SiftingIO's REST and WebSocket APIs, including latest price data, historical records, and live updates where available.
Use crypto/LTCUSD for request-based access through REST, or use the same symbol key with WebSocket streams for real-time crypto market updates.
curl -H "X-API-Key: $SIFTING_API_KEY" \
"https://api.sifting.io/v1/last/trade/crypto/LTCUSD"# Connect (set SIFTING_API_KEY first)wscat -c "wss://stream.sifting.io/ws/v1?key=$SIFTING_API_KEY" # Then send this subscribe frame:{ "op": "subscribe", "product": "cex", "symbols": ["LTCUSD"] }# With the SiftingIO MCP server connected:Get the latest LTCUSD crypto market data from SiftingIO.Then fetch historical OHLCV bars for LTCUSD at a 1h interval.Related crypto
Related reading
Frequently asked questions about Litecoin / US Dollar (LTCUSD)
What is LTCUSD?
LTCUSD is the price of Litecoin quoted in US dollars.
How do I get live LTCUSD data from an API?
Call the live snapshot endpoint for LTCUSD with your API key. It returns trade price, bid, ask, spread, 24-hour volume and change, source count, and timestamps.
Can I stream LTCUSD prices over WebSocket?
Yes. Subscribe to LTCUSD with the crypto product code to receive live consolidated updates over WebSocket.
Is historical LTCUSD OHLCV data available?
Yes. Historical bars are available over REST at supported intervals, with available depth controlled by plan tier.
What can I build with LTCUSD data?
LTCUSD data can support portfolio screens, price alerts, crypto dashboards, research notebooks, and AI workflows that need Litecoin market context.