xrpl.to now uses embedded non-custodial wallets. Xaman, Crossmark & GEM Wallet login is no longer supported.Now using embedded wallets. Xaman, Crossmark & GEM no longer supported.
Insights

Free XRPL Token Price API

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.

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

FeatureXRPL.to APICoinGecko
XRPL token coverage20,000+ (all tokens)~50 listed
Price dataReal-time DEX pricesAggregated (delayed)
OHLC chartsYes (1m to 1M intervals)Limited
Holder analyticsYesNo
AMM pool dataYes (APY, fees, liquidity)No
NFT dataYes (collections, floor, sales)Limited
WebSocket streamingYesNo (REST only)
Free tierYesYes (30 calls/min, 10K/mo)
Paid plansFrom $9.99/moFrom $129/mo
Ripple Data API v2 replacementYes (migration guide)No

Quick Start Examples

Get token list with prices:

GET https://api.xrpl.to/v1/tokens?sortBy=vol24&limit=20

Get single token data:

GET https://api.xrpl.to/v1/token/solo

Get OHLC candlestick data:

GET https://api.xrpl.to/v1/ohlc/{md5}?interval=1h&limit=100

Real-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.