XRP / US Dollar (XRPUSD) market data
XRP priced in USD (XRPUSD).
About XRP / US Dollar (XRPUSD)
XRPUSD is the price of one XRP token in US dollars. XRP is widely followed in crypto markets, so clean current and historical data matters for dashboards, alerts, research notebooks, and portfolio systems.
SiftingIO normalizes XRPUSD into the same market data shape used across crypto. The latest quote carries trade price, bid, ask, spread, 24-hour volume and change, venue count, and timestamps.
Historical XRPUSD bars are available over REST from one-minute through monthly resolution. Because the schema is consistent across assets, the pair can sit next to BTCUSD, ETHUSD, FX pairs, and commodity prices without a separate parser.
Reference data
- Symbol
- XRPUSD
- Name
- XRP / US Dollar
- Asset class
- Crypto
- Venue
- CEX
- Base asset
- XRP
- Quote asset
- USD
- Currency
- USD
- Base asset
- XRP
XRPUSD Crypto Price and Market Data API
Access XRPUSD 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/XRPUSD 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/XRPUSD"# 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": ["XRPUSD"] }# With the SiftingIO MCP server connected:Get the latest XRPUSD crypto market data from SiftingIO.Then fetch historical OHLCV bars for XRPUSD at a 1h interval.Related crypto
Related reading
Frequently asked questions about XRP / US Dollar (XRPUSD)
What is XRPUSD?
XRPUSD is the price of XRP quoted in US dollars. It shows the US dollar value of one XRP token.
How do I get real-time XRPUSD prices from an API?
Use the SiftingIO live snapshot endpoint for XRPUSD. It returns trade price, bid, ask, spread, 24-hour volume and change, venue count, and timestamp fields.
Can I stream XRPUSD over WebSocket?
Yes. A WebSocket subscription to XRPUSD with the crypto product code provides live consolidated updates.
Is historical XRPUSD OHLCV data available?
Yes. OHLCV bars are available over REST at supported intervals from one minute upward. Available history depends on the subscription tier.
What can I build with XRPUSD data?
XRPUSD data can support crypto portfolio screens, price alerts, market dashboards, research workflows, and AI agents that need current or historical token context.