CRYPTYX Docs
← API Reference
Market Data

Asset universe with composite scores and returns

get/api/assets

Authentication

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

Query parameters

any
any
universes
string
Comma-separated universe tags
days
integer
Days of history (series mode only)

Responses

200Asset data
array of
{
  "$ref": "#/components/schemas/AssetSnapshot"
}
400Validation error
Error
errorrequired
string
details
object

Example request

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