Dogecoin / US Dollar (DOGEUSD) market data
Dogecoin priced in USD (DOGEUSD).
About Dogecoin / US Dollar (DOGEUSD)
DOGEUSD is the price of one Dogecoin token in US dollars. Dogecoin can attract sharp retail-driven moves, so many applications need both live monitoring and historical context.
SiftingIO returns DOGEUSD as normalized crypto market data with trade price, bid, ask, spread, 24-hour volume and change, source count, and timestamps. The same symbol works across REST snapshots, WebSocket streams, SDKs, and MCP tools.
Historical DOGEUSD OHLCV bars are available over REST from one-minute resolution upward. That makes the pair usable in price widgets, alerts, backtests, and broader crypto market dashboards.
Reference data
- Symbol
- DOGEUSD
- Name
- Dogecoin / US Dollar
- Asset class
- Crypto
- Venue
- CEX
- Base asset
- DOGE
- Quote asset
- USD
- Currency
- USD
- Base asset
- Dogecoin
DOGEUSD Crypto Price and Market Data API
Access DOGEUSD 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/DOGEUSD 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/DOGEUSD"# 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": ["DOGEUSD"] }# With the SiftingIO MCP server connected:Get the latest DOGEUSD crypto market data from SiftingIO.Then fetch historical OHLCV bars for DOGEUSD at a 1h interval.Related crypto
Related reading
Frequently asked questions about Dogecoin / US Dollar (DOGEUSD)
What is DOGEUSD?
DOGEUSD is the price of Dogecoin quoted in US dollars. It shows the value of one DOGE token in USD terms.
How do I get real-time DOGEUSD prices from an API?
Call the live snapshot endpoint for DOGEUSD with your API key. It returns trade price, bid, ask, spread, 24-hour volume and change, source count, and timestamps.
Can I stream DOGEUSD prices?
Yes. Subscribe to DOGEUSD over WebSocket with the crypto product code to receive live consolidated updates.
Is historical DOGEUSD OHLCV data available?
Yes. Historical bars are available over REST at supported intervals, with history depth determined by the subscription tier.
What can I build with DOGEUSD data?
DOGEUSD data can power price alerts, portfolio views, crypto dashboards, research notebooks, and AI workflows that track retail crypto markets.