CRYPTYX Docs
← API Reference
Signals

Create an inactive param variant for experimentation

post/api/signals/fork

Authentication

Stytch session JWT or Bearer API key (cx_...).

Request body

Content-Type: application/json
signal_idrequired
string
paramsrequired
object

Responses

200Forked signal params
ok
boolean
signal_id
string
version
integer
params
object
is_active
boolean
created_at
string<date-time>

Example request

curl -X POST 'https://cryptyx.ai/api/signals/fork' \
  -H 'Authorization: Bearer cx_...' \
  -H 'Content-Type: application/json' \
  -d '{ ... }'
Try it live in the Playground (auth required to execute).