Skip to main content

cex_symbol_cautions

Active caution/warning/danger flagged symbols on Korean and global exchanges. Critical for risk monitoring — flagged symbols often face delisting, regulatory issues, or sudden volatility. Bithumb provides expiry timestamps; other exchanges remain flagged until cleared.

Usage hints:

  • Filter by min_level (caution < warning < danger) to focus on severity
  • active_only=true (default) hides resolved flags
  • Use to filter out risky symbols before placing trades
  • Combine with cex_symbol_delistings for full risk picture

REST endpoint

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

Parameters

NameTypeRequiredDefaultDescriptionExample
exchangestringnoExchange filter (comma-separated, empty = all)"..."
marketstringnospot or futures (spot, futures)"..."
min_levelstringnoMinimum severity (caution, warning, danger)"..."
active_onlybooleannoExclude rows whose end_at is in the past (default true)false
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_cautions",
"arguments": {}
}
}