Skip to main content

cex_symbol_tags

Find all symbols flagged with a specific tag (e.g., all meme coins across exchanges). Tags come from multiple sources: REST APIs, exchange announcements, CMC, and manual curation.

Usage hints:

  • tag parameter examples: 'meme', 'ai', 'gaming', 'defi'
  • Filter by source (rest_native, announcement, cmc, manual) to control data quality
  • Use min_confidence to filter low-quality tag assignments
  • Great for thematic basket building

REST endpoint

GET /api/v1/cex/symbol/tags — see REST reference.

Parameters

NameTypeRequiredDefaultDescriptionExample
tagstringnoTag filter (repeatable, comma-separated)"..."
exchangestringnoExchange filter (repeatable, comma-separated)"..."
marketstringnospot or futures (spot, futures)"..."
basestringnoBase asset filter"..."
sourcestringnoTag source filter (rest_native, announcement, cmc, manual)"..."
min_confidenceintegernoMinimum confidence (0-100, default 80)0
limitintegernoPage size (default 500, max 5000)0
pageintegernoPage number (1-based)0

Example invocation

JSON-RPC tools/call payload:

{
"jsonrpc": "2.0",
"id": 1,
"method": "tools/call",
"params": {
"name": "cex_symbol_tags",
"arguments": {}
}
}