Solana / US Dollar (SOLUSD) market data
Solana priced in USD (SOLUSD).
About Solana / US Dollar (SOLUSD)
SOLUSD is the price of one Solana token in US dollars. Solana trades continuously, and its price can move quickly when application activity, token flows, or broader crypto liquidity changes.
SiftingIO serves SOLUSD as normalized crypto market data. The live quote returns trade price, bid, ask, spread, 24-hour volume and change, venue count, and timestamp fields through the same REST and WebSocket interfaces used for other crypto pairs.
Historical SOLUSD OHLCV bars are available over REST from one-minute through monthly resolution. The shared schema makes it straightforward to combine Solana data with Bitcoin, Ether, FX, and commodity series in the same dashboard or research pipeline.
Reference data
- Symbol
- SOLUSD
- Name
- Solana / US Dollar
- Asset class
- Crypto
- Venue
- CEX
- Base asset
- SOL
- Quote asset
- USD
- Currency
- USD
- Base asset
- Solana
SOLUSD Crypto Price and Market Data API
Access SOLUSD 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/SOLUSD 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/SOLUSD"# 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": ["SOLUSD"] }# With the SiftingIO MCP server connected:Get the latest SOLUSD crypto market data from SiftingIO.Then fetch historical OHLCV bars for SOLUSD at a 1h interval.Related crypto
Related reading
Frequently asked questions about Solana / US Dollar (SOLUSD)
What is SOLUSD?
SOLUSD is the price of Solana quoted in US dollars. It represents how many US dollars one SOL token is worth.
How do I get real-time SOLUSD prices from an API?
Call the live snapshot endpoint for SOLUSD with your API key. The response includes trade price, bid, ask, spread, 24-hour volume and change, venue count, and timestamp fields.
Can I stream SOLUSD over WebSocket?
Yes. Subscribe to SOLUSD with the crypto product code to receive live consolidated updates over WebSocket.
Does SiftingIO provide historical SOLUSD OHLCV data?
Yes. Historical open, high, low, close, and volume bars are available over REST at documented intervals, with depth controlled by plan tier.
Can AI agents request SOLUSD data through MCP?
Yes. Connected MCP clients can request live and historical SOLUSD market data through SiftingIO tools using the same account entitlements as the REST API.