Market data
Fetch crypto market data
Fetch supported crypto symbols, recent trade/price series, or kline data for strategy inputs. This is read-only and unauthenticated.
get/api/crypto
Query parameters
symbolstring
Crypto symbol to fetch.
type'trades' | 'klines' | 'symbols'
Response mode. Omit for a current symbol summary.
intervalstring
Kline interval when type is klines.
limitinteger
Maximum number of points or symbols to return. Keep requests small; public market-data routes may be rate-limited.
querystring
Symbol search query when type is symbols.
Response
Crypto symbol search, summary, or time-series data.
{"stackTrail":"paths:/api/crypto:get:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}