XRPL Intelligence
via REST API

Wallet trust scoring, token analytics, and network stats for the XRP Ledger. One API, sub-second responses, powered by Cloudflare Workers.

Try it live โ€” enter any XRPL wallet address
// Click "Query" to see live results

API Endpoints

GET /api/v1/wallet/:address

Wallet overview โ€” balance, transaction count, trust lines, created date

GET /api/v1/wallet/:address/score

Trust score (0-100) โ€” based on age, activity, balance, trust lines, and transaction volume

GET /api/v1/wallet/:address/tokens

All tokens held by wallet โ€” currency, issuer, balance, trust limit

GET /api/v1/token/:currency/:issuer

Token info โ€” total supply, holder count, issuer details, trust line stats

GET /api/v1/network/status

XRPL network status โ€” server state, ledger info, fee, reserves

Authentication

Pass your API key via header or query parameter:

curl https://api.xrplanalytics.com/api/v1/network/status \
  -H "X-API-Key: your_api_key"

# or
curl "https://api.xrplanalytics.com/api/v1/network/status?api_key=your_api_key"

Base URL: https://api.xrplanalytics.com/api/v1

Pricing

Free

$0
  • โœ… 100 requests / hour
  • โœ… All endpoints
  • โœ… Community support
  • โ€” No SLA
Get Free Key
POPULAR

Pro

$29/mo
  • โœ… 10,000 requests / hour
  • โœ… All endpoints
  • โœ… Priority support
  • โœ… 99.9% uptime SLA
Get Pro Key

Enterprise

Custom
  • โœ… Unlimited requests
  • โœ… Dedicated endpoints
  • โœ… Custom integrations
  • โœ… Direct engineering support
Contact Us
โšก Sub-second responses ๐ŸŒ Global edge (Cloudflare) ๐Ÿ”’ API key auth ๐Ÿ“Š Live XRPL mainnet