CRYPTYX Docs
← API Reference
AI Agent

Agent-optimized metric profiles per asset

get/api/ai/metrics

Authentication

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

Query parameters

any

Responses

200AI-optimized metric data
ok
boolean
asof_day
string
assets
array<object>

Example request

curl -X GET 'https://cryptyx.ai/api/ai/metrics?=<>' \
  -H 'Authorization: Bearer cx_...'
Try it live in the Playground (auth required to execute).