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
| Name | Type | Required | Default | Description | Example |
|---|---|---|---|---|---|
exchange | string | no | Exchange filter (comma-separated, empty = all) | "..." | |
market | string | no | spot or futures (spot, futures) | "..." | |
min_level | string | no | Minimum severity (caution, warning, danger) | "..." | |
active_only | boolean | no | Exclude rows whose end_at is in the past (default true) | false | |
limit | integer | no | Page size (default 500, max 5000) | 0 | |
page | integer | no | Page 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": {}
}
}