Cardano / US Dollar (ADAUSD) market data
Cardano priced in USD (ADAUSD).
About Cardano / US Dollar (ADAUSD)
ADAUSD is the price of one Cardano token in US dollars. It is used by crypto dashboards, portfolio products, and research systems that track large proof-of-stake networks.
SiftingIO serves ADAUSD through the same normalized crypto endpoints as BTCUSD and ETHUSD. Live responses include trade price, bid, ask, spread, 24-hour volume and change, source count, and timestamp fields.
Historical ADAUSD OHLCV bars are available over REST from one-minute through monthly resolution. The consistent schema keeps Cardano data easy to combine with other crypto, FX, and commodity markets.
Reference data
- Symbol
- ADAUSD
- Name
- Cardano / US Dollar
- Asset class
- Crypto
- Venue
- CEX
- Base asset
- ADA
- Quote asset
- USD
- Currency
- USD
- Base asset
- Cardano
ADAUSD Crypto Price and Market Data API
Access ADAUSD 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/ADAUSD 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/ADAUSD"# 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": ["ADAUSD"] }# With the SiftingIO MCP server connected:Get the latest ADAUSD crypto market data from SiftingIO.Then fetch historical OHLCV bars for ADAUSD at a 1h interval.Related crypto
Related reading
Frequently asked questions about Cardano / US Dollar (ADAUSD)
What is ADAUSD?
ADAUSD is the price of Cardano's ADA token quoted in US dollars.
How do I get live ADAUSD prices from an API?
Use the live snapshot endpoint for ADAUSD. The response includes trade price, bid, ask, spread, 24-hour volume and change, source count, and timestamps.
Can I stream ADAUSD over WebSocket?
Yes. Subscribe to ADAUSD with the crypto product code to receive live consolidated WebSocket updates.
Does SiftingIO provide historical ADAUSD OHLCV data?
Yes. Historical OHLCV bars are available over REST at documented intervals. The available lookback window depends on plan tier.
Can AI agents use ADAUSD data through MCP?
Yes. Compatible MCP clients can request ADAUSD market data through SiftingIO tools, subject to the same account entitlements as API calls.