← API Reference
Market Data
Latest spot prices (15-minute cache)
get
/api/live-pricesAuthentication
Stytch session JWT or Bearer API key (cx_...).
Query parameters
any
Responses
200Price array
asofTsstring<date-time>
pricesarray<object>
Example request
curl -X GET 'https://cryptyx.ai/api/live-prices?=<>' \ -H 'Authorization: Bearer cx_...'
Try it live in the Playground (auth required to execute).