/signalsList signals
Paginated list of signals with optional filters by chain, signal type, or token symbol/address.
Query parameters
[
{
"id": 1,
"token_symbol": "ETH",
"token_address": "0x…",
"chain": "ethereum",
"signal_type": "wallet",
"confidence_score": 0.82,
"signal_strength": 0.71,
"title": "Accumulation detected",
"created_at": "2026-01-15T12:00:00+00:00"
}
]curl -sS \
-H "X-API-Key: YOUR_API_KEY" \
"https://api.example.com/api/v1/dev/signals?chain=ethereum&signal_type=wallet&token=ETH&limit=100&offset=0"Replace YOUR_API_KEY with a key from API keys. Base URL in snippets uses NEXT_PUBLIC_API_BASE_URL when set.