Discover XRPL tokens — with a trust signal on every row.
The discovery feed for the XRP Ledger, agent-native. Rank 160,000+ tokens by 24h volume, market cap, holders or trustlines, search by name, and page through results. Each row returns name, icon, USD price, 24h volume, market cap, holder count, an XRPLMeta trust level and our rug-blocklist flag — discovery with a safety signal the other explorers don't pair in. Run check_xrpl_token on any result for the full verdict.
MCP tool: explore_tokens Price: $0.004 / call
Parameters
| Param | Description |
|---|---|
sort | volume_24h | marketcap | holders | trustlines | price (default volume_24h) |
query | case-insensitive name search (optional) |
limit | rows 1–100 (default 30) |
offset | paging offset (default 0) |
trust_only | only XRPLMeta-trusted tokens (default false) |
Example
Call (MCP tools/call arguments):
{
"sort": "volume_24h",
"limit": 3
}
Result:
{
"ok": true,
"sort": "volume_24h",
"count": 162207,
"xrp_usd": 1.06,
"tokens": [
{
"currency": "534F4C4F00000000000000000000000000000000",
"issuer": "rsoLo2S1kiGeCcn6hCUXVrCpGMWLrRrLZz",
"name": "SOLO",
"trust_level": 3,
"price_usd": 0.013,
"volume_24h_usd": 110793.0,
"marketcap_usd": 5900000.0,
"holders": 46056,
"flagged": false,
"flag_reason": null
}
]
}
FAQ
How do I search and rank XRP Ledger tokens programmatically?
Call explore_tokens (or GET /api/explore) with a sort of volume_24h, marketcap, holders, trustlines or price, an optional name query, and limit/offset paging. It returns USD price, volume, market cap, holders, an XRPLMeta trust level and a rug-blocklist flag per token — the same feed behind the /explore page.
Does the explorer tell me if a token is safe?
It gives a fast trust signal on every row (trust level plus our rug-blocklist flag), but not the full verdict — running a deep clawback/freeze/blackhole/rug check per row would be too slow. Call check_xrpl_token on any token for the complete, live safety verdict.
Related tools
resolve_assetResolve an XRPL token's real cross-chain identity: is it the canonical asset (legitimately deployed across chains) or an impostor
verify_priceValidate an XRPL token's price against its canonical cross-chain value: is a stablecoin still pegged, has the price diverged from
token_holdersHolder distribution and concentration risk for any XRP Ledger token: holder count, top-1 and top-10 share of circulating supply, A
get_new_poolsFeed of newly created XRPL AMM pools with initial liquidity, trading fee, and safety-signal scores from launch-time screening.
get_token_ohlcOpen/high/low/close and volume candles for any XRP Ledger token, at 5m to weekly intervals, quoted in XRP or USD — the price-histohttps://cerberusindex.com/mcp — see
the quickstart. Payment is automatic for x402-aware clients.
Verdicts are informational risk signals, not financial advice.