Wallet trust scoring, token analytics, and network stats for the XRP Ledger. One API, sub-second responses, powered by Cloudflare Workers.
// Click "Query" to see live results
/api/v1/wallet/:address
Wallet overview โ balance, transaction count, trust lines, created date
/api/v1/wallet/:address/score
Trust score (0-100) โ based on age, activity, balance, trust lines, and transaction volume
/api/v1/wallet/:address/tokens
All tokens held by wallet โ currency, issuer, balance, trust limit
/api/v1/token/:currency/:issuer
Token info โ total supply, holder count, issuer details, trust line stats
/api/v1/network/status
XRPL network status โ server state, ledger info, fee, reserves
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