GET /tags
GET

/v1/tags

List all token tags

AuthNone — works without a key

Request

GEThttps://api.xrpl.to/v1/tags
curl 'https://api.xrpl.to/v1/tags'

Response

200Example response1 ms · just now · 3.3 KB · 126 lines
https://api.xrpl.to/v1/tags
{
  "success": true,
  "took": 0,
  "exch": {
    "USD": 0.6952169076751947,
    "EUR": 0.7981090100111236,
    "JPY": 0.004425421788094811,
    "CNY": 0.10384741548041626
  },
  "H24": {
    "_id": "METRICS_24H",
    "activeAddresses24H": 17527,
    "tradedTokens24H": 1301,
    "tradedXRP24H": 5718340.864895,
    "transactions24H": 104928,
    "lastUpdated": "2026-09-21T07:31:27.322Z",
    "updateStatus": "complete",
    "uniqueTraders24H": 6152,
    "xrpPro24h": 3.9681966028189297,
    "totalTVLPro": -0.4473963376000256,
    "globalBuy24hAMM": 294828.31300299976,
    "globalBuy24hOrderbook": 2456301.0687179994,
    "globalBuy24htx": 59137,
    "globalBuy24hxrp": 2751129.381720996,
    "globalSell24hAMM": 352848.29844299995,
    "globalSell24hOrderbook": 2614363.184730999,
    "globalSell24htx": 45791,
    "globalSell24hxrp": 2967211.4831740004,
    "globalVol24hAMM": 647676.6114459997,
    "globalVol24hOrderbook": 5070664.253449,
    "globalDeposit24htx": 426,
    "globalDeposit24hxrp": 6510.6809969999995,
    "globalWithdraw24htx": 106,
    "globalWithdraw24hxrp": 4499.06935,
    "transactions24HPro": 22.415141013523755,
    "globalTrades24hAMM": 68579,
    "globalTrades24hOrderbook": 36349,
    "uniqueTraders24hAMM": 5503,
    "uniqueTraders24hOrderbook": 1578,
    "globalAmmCreate24htx": 3,
    "globalAmmCreate24hxrp": 550.038
  },
  "global": {
    "_id": "METRICS_GLOBAL",
    "gDexVolume": 5715129.309568,
    "gDexVolumePro": -7.057739656870698,
    "gMarketcap": 852387025.6131839,
    "gMarketcapPro": -3.355684653971003,
    "gNFTIOUVolume": 0,
    "gNFTIOUVolumePro": 0,
    "gScamVolume": 9152.602349,
    "gScamVolumePro": 0.16014689875305438,
    "gStableVolume": 5180047.282589001,
    "gStableVolumePro": 90.63744671387941,
    "gXRPdominance": 98.64334887664619,
    "gXRPdominancePro": 0.026982952025211837,
    "gMemeVolume": 312724.584365,
    "gMemeVolumePro": 5.471872418379952,
    "sentimentScore": 51,
    "totalAddresses": 8350000,
    "totalOffers": 182773,
    "totalTrustLines": 6886671,
    "avgRSI15m": 47.06,
    "avgRSI1h": 45.74,
    "avgRSI24h": 45.2,
    "avgRSI4h": 43.35,
    "avgRSI7d": 45.19,
    "avgRSI": 44.91,
    "avgRSI30d": 49.54,
    "avgRSI90d": 47.62,
    "totalTVL": 23916853.31731786,
    "gUniqueTraders": 6153,
    "gUniqueTradersPro": -1.1407455012853451,
    "lastUpdated": "2026-09-21T07:31:06.015Z",
    "gTransactions24HPro": 22.415141013523755
  },
  "tags": [
    "Memes",
    "FirstLedger",
    "Dip",
    "Trending",
    "Volatile"
  ],
  "tagCounts": {
    "Memes": 19803,
    "FirstLedger": 16628,
    "Dip": 297,
    "Trending": 48,
    "Volatile": 133,
    "United States": 2346,
    "Oversold": 213,
    "Sell Pressure": 65,
    "Canada": 526,
    "XRPL": 155,
    "Overbought": 98,
    "Growing": 10,
    "United Kingdom": 380,
    "Magnetic X": 1303,
    "Escrow": 91,
    "North America": 132,
    "GateHub": 15,
    "Axelar": 10,
    "Xaman": 214,
    "Belgium": 58,
    "CTO": 7,
    "Europe": 102,
    "Australia": 149,
    "XPMarket": 1519,
    "Indonesia": 182,
    "ATH": 193,
    "Revival": 18,
    "Hot": 9,
    "High Risk": 18,
    "Thailand": 48,
    "Falling": 15,
    "East Asia": 16,
    "Italy": 49,
    "France": 72,
    "Netherlands": 165,
    "New": 16,
    "Switzerland": 40,
    "Ireland": 22,
    "Germany": 151,
    "Latvia": 17
  }
}

Long arrays and strings are shortened in the example; Send request for the full answer.

Shapeas documented
{
  success,
  took,
  exch,
  H24,
  global,
  tags
}

What it does

List all token tags

Each token comes back with its md5, the id every Token endpoint takes. Go to Token →
OpenAPI