← API Reference
Signals
Estimate trigger rate for a proposed threshold change
post
/api/signals/simulateAuthentication
Stytch session JWT or Bearer API key (cx_...).
Request body
Content-Type: application/json
signal_idrequiredstring
threshold_keyrequiredstring
threshold_valuerequirednumber
asof_daystring<date>
Responses
200Simulation result
okboolean
signal_idstring
threshold_keystring
proposed_thresholdnumber
current_thresholdnumber
asof_daystring
n_triggeredinteger
n_totalinteger
estimated_trigger_ratenumber
estimated_trigger_pctstring
Example request
curl -X POST 'https://cryptyx.ai/api/signals/simulate' \
-H 'Authorization: Bearer cx_...' \
-H 'Content-Type: application/json' \
-d '{ ... }'Try it live in the Playground (auth required to execute).