Read directly from XRPL and Ethereum — no aggregator
Ripple USD's real supply is the sum of two on-chain facts: what the XRPL issuer
rMxCKb…5De owes its trustline holders, and what the
Ethereum contract's own totalSupply()
reports. This page queries public RPC nodes for both, live, in your browser — nothing here is scraped or cached.
Combined circulating supply
gateway_balances is called against the issuer account with ledger_index: validated. The obligations.RLUSD field is the issuer's total outstanding balance across every trustline — the actual circulating amount, not a sum of individually-tracked accounts.eth_call invokes the token contract's own totalSupply() and decimals() functions directly — the same values any wallet or block explorer reads.If a query fails outright, it's most likely your browser blocking the cross-origin request rather than the chains being unreachable — use the verify links in each row to confirm the same figures on XRPSCAN and Etherscan directly. This is a community tool, independent of Ripple.