CRYPTYX Docs
← API Reference
Market Data

List all tracked assets

get/api/token-universe

Authentication

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

Responses

200Asset universe
ok
boolean
asof_day
string | null
assets
array<object>

Example request

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