← API Reference
Market Data
List all tracked assets
get
/api/token-universeAuthentication
Stytch session JWT or Bearer API key (cx_...).
Responses
200Asset universe
okboolean
asof_daystring | null
assetsarray<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).