← API Reference
Market Data
Asset universe with composite scores and returns
get
/api/assetsAuthentication
Stytch session JWT or Bearer API key (cx_...).
Query parameters
any
any
universesstring
Comma-separated universe tags
daysinteger
Days of history (series mode only)
Responses
200Asset data
array of
{
"$ref": "#/components/schemas/AssetSnapshot"
}400Validation error
Error
errorrequiredstring
detailsobject
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).