CRYPTYX Docs
← API Reference
Market Data

Latest spot prices (15-minute cache)

get/api/live-prices

Authentication

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

Query parameters

any

Responses

200Price array
asofTs
string<date-time>
prices
array<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).