CoinGecko charges $129/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.
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.
| 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 |
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/See the full API documentation for all endpoints, parameters, and response formats.
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.
Free API key. Full XRPL token coverage. Real-time data.