Free XRPL Token Price API
CoinGecko charges Free XRPL Token Price API29/mo for serious API usage and only covers a fraction of XRPL tokens. The XRPL.to API covers every token on the XRP Ledger — for free.
The Problem with Generic APIs
CoinGecko and CoinMarketCap list a handful of XRPL tokens. If you need data on the 20,000+ tokens actually trading on the XRP Ledger DEX — meme coins, new launches, low-cap gems — they simply do not have it.
The Ripple Data API v2 was the original solution, but it was deprecated and shut down in October 2023. Developers have been searching for a replacement ever since.
XRPL.to API vs CoinGecko
| Feature | XRPL.to API | CoinGecko |
|---|---|---|
| XRPL token coverage | 20,000+ (all tokens) | ~50 listed |
| Price data | Real-time DEX prices | Aggregated (delayed) |
| OHLC charts | Yes (1m to 1M intervals) | Limited |
| Holder analytics | Yes | No |
| AMM pool data | Yes (APY, fees, liquidity) | No |
| NFT data | Yes (collections, floor, sales) | Limited |
| WebSocket streaming | Yes | No (REST only) |
| Free tier | Yes | Yes (30 calls/min, 10K/mo) |
| Paid plans | From $9.99/mo | From $129/mo |
| Ripple Data API v2 replacement | Yes (migration guide) | No |
Quick Start Examples
Get token list with prices:
GET https://api.xrpl.to/v1/tokens?sortBy=vol24&limit=20Get single token data:
GET https://api.xrpl.to/v1/token/soloGet OHLC candlestick data:
GET https://api.xrpl.to/v1/ohlc/{md5}?interval=1h&limit=100Real-time WebSocket:
wss://api.xrpl.to/ws/sync/Available Endpoints
- Token list — search, filter, sort by volume/price/market cap/holders
- Token detail — price, 24h change, volume, market cap, holder count, issuer info
- OHLC — candlestick data at 1m, 5m, 15m, 1h, 4h, 1d, 1w, 1M intervals
- Holders — top holders, distribution, holder count history
- Trending — most viewed and fastest growing tokens
- New tokens — recently created tokens with launch date
- AMM pools — pool data with APY, fees, liquidity, volume
- NFT collections — floor price, volume, holder analytics
- WebSocket — real-time price updates, order book changes
See the full API documentation for all endpoints, parameters, and response formats.
Migrating from Ripple Data API v2
If you were using the deprecated Ripple Data API v2, we have a dedicated migration guide that maps old endpoints to their XRPL.to API equivalents.
Use Cases
- Trading bots — real-time prices + WebSocket for automated strategies
- Portfolio trackers — token balances with live USD values
- Analytics dashboards — OHLC charts, volume analysis, holder tracking
- Token screeners — filter by gainers, volume, new listings, holder growth
- Mobile apps — lightweight REST endpoints optimized for mobile
- Research — historical data for backtesting and market analysis
Get Started
Free API key. Full XRPL token coverage. Real-time data.