/v1/token/{id}
Single token by id (see tokenFields for the token object dictionary)
Request
https://api.xrpl.to/v1/token/0dd550278b74cb6690fdae351e8e0df3| Path parameter | Value | Description |
|---|---|---|
| id | A token id: its md5, slug or issuer_currency |
| Query parameter | Value | Description |
|---|---|---|
| desc | yes - include description | |
| skip_metrics | bool - omit the global metrics envelope (exch/total/H24/global) |
curl 'https://api.xrpl.to/v1/token/0dd550278b74cb6690fdae351e8e0df3'
Response
https://api.xrpl.to/v1/token/0dd550278b74cb6690fdae351e8e0df3{ "success": true, "took": 1, "token": { "_id": "0dd550278b74cb6690fdae351e8e0df3", "amount": "1036381637.0696695115", "supply": "1036381637.0696695115", "trustlines": 98086, "offers": 10111, "holders": 67326, "issuer": "rMxCKbEDwqr76QuheSUMdEGf4B9xJ8m5De", "currency": "524C555344000000000000000000000000000000", "name": "RLUSD", "md5": "0dd550278b74cb6690fdae351e8e0df3", "slug": "rMxCKbEDwqr76QuheSUMdEGf4B9xJ8m5De-524C555344000000000000000000000000000000", "ext": "png", "dateon": 1723248000000, "date": "2024-08-10", "kyc": true, "verified": 1, "hashicon": false, "exch": 0.695219235510752, "time": 1789975780000, "usd": "1.0012929800405381218", "assessmentScore": 0.33, "trendingScore": 0.65, "maxMin24h": [ 0.7279508085317149, 0.691988533552646 ], "dom": 84.5552, "id": 1, "marketcap": 720512449.4209573, "p24h": -0.0279775471222558, "p7d": -0.0258652745382924, "pro24h": -3.8685939697346794, "pro7d": -3.586996278221688, "holders24h": -15, "marketcap24h": -29421055.174551964, "trustlines24h": 68, "social": { "twitter": "ripple" }, "tags": [ "Stablecoin", "Ripple", "XRPL", "Trending", "United States" ], "user": "Ripple", "domain": "ripple.com", "whitepaper": "https://ripple.com/reports/rlusd-whitepaper.pdf", "p1h": -0.0000322876611634, "p5m": 0.0009714583513826 }, "exch": { "USD": 0.6943214916802927, "EUR": 0.7971505045981441, "JPY": 0.004420109792034931, "CNY": 0.103710565167039 }, "total": 20391, "H24": { "_id": "METRICS_24H", "activeAddresses24H": 17535, "tradedTokens24H": 1301, "tradedXRP24H": 5710392.774667, "transactions24H": 104846, "lastUpdated": "2026-09-21T07:29:21.644Z", "updateStatus": "complete", "uniqueTraders24H": 6152, "xrpPro24h": 4.034599826639695, "totalTVLPro": -0.4667163187851875, "globalBuy24hAMM": 293204.35890199995, "globalBuy24hOrderbook": 2450797.8740529986, "globalBuy24htx": 59084, "globalBuy24hxrp": 2744002.2329549985, "globalSell24hAMM": 352844.78555600054, "globalSell24hOrderbook": 2613545.756155999, "globalSell24htx": 45762, "globalSell24hxrp": 2966390.541711996, "globalVol24hAMM": 646049.1444580005, "globalVol24hOrderbook": 5064343.630209004, "globalDeposit24htx": 427, "globalDeposit24hxrp": 6516.6809969999995, "globalWithdraw24htx": 107, "globalWithdraw24hxrp": 4505.069348999999, "transactions24HPro": 22.165248805500525, "globalTrades24hAMM": 68518, "globalTrades24hOrderbook": 36328, "uniqueTraders24hAMM": 5502, "uniqueTraders24hOrderbook": 1579, "globalAmmCreate24htx": 3, "globalAmmCreate24hxrp": 550.038 }, "global": { "_id": "METRICS_GLOBAL", "gDexVolume": 5709346.470582, "gDexVolumePro": -7.208594687135072, "gMarketcap": 851457393.6408144, "gMarketcapPro": -3.461050088640105, "gNFTIOUVolume": 0, "gNFTIOUVolumePro": 0, "gScamVolume": 9135.033535, "gScamVolumePro": 0.16000138688498253, "gStableVolume": 5174593.402559999, "gStableVolumePro": 90.63372540487127, "gXRPdominance": 98.66397539759144, "gXRPdominancePro": 0.047898263580026246, "gMemeVolume": 312688.764754, "gMemeVolumePro": 5.476787340988348, "sentimentScore": 52, "totalAddresses": 8349902, "totalOffers": 182790, "totalTrustLines": 6886673, "avgRSI15m": 46.92, "avgRSI1h": 46, "avgRSI24h": 45.25, "avgRSI4h": 43.63, "avgRSI7d": 45.23, "avgRSI": 45.04, "avgRSI30d": 49.57, "avgRSI90d": 47.65, "totalTVL": 23912217.054487877, "gUniqueTraders": 6152, "gUniqueTradersPro": -1.1885640860905933, "lastUpdated": "2026-09-21T07:29:05.904Z", "gTransactions24HPro": 22.165248805500525 } }
Long arrays and strings are shortened in the example; Send request for the full answer.
{ success, took, total, exch, H24, global, token }
What it does
Single token by id (see tokenFields for the token object dictionary)