Overview

Get Started

XRPL.to API

v1.15

REST and WebSocket access to XRP Ledger tokens, market data, DEX trades, accounts, and NFTs — the same API that powers xrpl.to.

Base URL

https://api.xrpl.to/v1

Start Building

Make your first request, understand rate limits, and explore the full endpoint reference.

Quick Start

Make your first API call in minutes and start building.

Rate Limits

Free: 10 req/sec, 1M credits/mo. Professional: 500 req/sec, 200M credits/mo. See API Keys for tiers.

API Reference

310 endpoints with full documentation.

Free Plan

If you're using the Free API plan and our data, we'd really appreciate a visible link back to xrpl.to in your app or website. It helps us keep the API free and accessible for everyone. Have a cool project or want to explore a partnership? Email us or DM @xrplto on X, we'd love to hear from you!

Get your free API keyfor higher rate limits, usage tracking, and more.

Quick Start Example

Get top tokens by 24h volume:

curl -X GET "https://api.xrpl.to/v1/tokens?limit=10&sort=volume"