For the complete documentation index, see llms.txt. This page is also available as Markdown.

Signal History

Historical entry/exit cluster signals for backtesting.

Signals History — Backtest Cluster Signals

get

Replays cluster detection over history. Provide gated parameters for the full cluster model, or use the legacy type + days form for a compact summary.

Query parameters
blockchainstring · enumRequiredPossible values:
kolstringOptional

Gated: KOL entry tiers, CSV up to 3 (e.g. 5,10,20).

smartstringOptional

Gated: smart-money entry tiers, CSV up to 3.

kol_min_buynumberOptional
kol_max_buynumberOptional
kol_exitstringOptional

Gated: KOL exit tiers, CSV up to 2 (e.g. 3,1).

smart_min_buynumberOptional
smart_max_buynumberOptional
smart_exitstringOptional
include_walletsstringOptional
exclude_walletsstringOptional
min_win_ratenumber · max: 100Optional
min_token_agenumberOptional

hours

max_token_agenumberOptional

hours

typestring · enumOptional

Legacy: wallet type.

Possible values:
daysstring · enumOptional

Legacy: lookback window.

Default: 30Possible values:
modestring · enumOptional

Legacy: filter by signal_type.

Possible values:
limitinteger · min: 1OptionalDefault: 200
api_keystringOptional
Responses
200

Gated mode → data.gated:true with data.signals[] in the full cluster model (same shape as /v1/signals gated, each carrying token market cap / on_curve / bonding_curve_progress). Legacy mode → compact per-day summary.

application/json
or
get/v1/signals/history

Last updated