Avalanche / US Dollar (AVAXUSD) market data
Avalanche priced in USD (AVAXUSD).
About Avalanche / US Dollar (AVAXUSD)
AVAXUSD is the price of one Avalanche token in US dollars. It is commonly tracked in dashboards and research workflows that follow smart contract networks and broader crypto liquidity.
SiftingIO provides AVAXUSD as live and historical market data under a unified schema. Live quotes include trade price, bid, ask, spread, 24-hour volume and change, source count, and timestamps.
Historical AVAXUSD OHLCV bars are served over REST at supported intervals. The same API conventions apply across crypto pairs, which keeps multi-asset applications simpler to build and maintain.
Reference data
- Symbol
- AVAXUSD
- Name
- Avalanche / US Dollar
- Asset class
- Crypto
- Venue
- CEX
- Base asset
- AVAX
- Quote asset
- USD
- Currency
- USD
- Base asset
- Avalanche
AVAXUSD Crypto Price and Market Data API
Access AVAXUSD 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/AVAXUSD 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/AVAXUSD"# 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": ["AVAXUSD"] }# With the SiftingIO MCP server connected:Get the latest AVAXUSD crypto market data from SiftingIO.Then fetch historical OHLCV bars for AVAXUSD at a 1h interval.Related crypto
Related reading
Frequently asked questions about Avalanche / US Dollar (AVAXUSD)
What is AVAXUSD?
AVAXUSD is the price of Avalanche's AVAX token quoted in US dollars.
How do I get real-time AVAXUSD market data?
Call the live snapshot endpoint for AVAXUSD with your API key. It returns trade price, bid, ask, spread, 24-hour volume and change, source count, and timestamps.
Can I stream AVAXUSD over WebSocket?
Yes. Subscribe to AVAXUSD with the crypto product code to receive live consolidated WebSocket updates.
Is historical AVAXUSD OHLCV data available?
Yes. Historical OHLCV bars are available over REST from one-minute resolution upward, with depth based on plan tier.
What can I build with AVAXUSD data?
AVAXUSD data can support crypto dashboards, portfolio valuation, alerts, research notebooks, and AI workflows that need Avalanche market context.