Endpoint
https://api.llmquant.com/prices/crypto/historicalParameters
Required
The trading pair symbol (e.g.
BTCUSDT, ETHUSDT).Bar interval. One of:
1m, 5m, 15m, 1h, 4h, 1d.Optional
Maximum number of bars to return.
Start of time range (ISO 8601 or Unix ms timestamp).
End of time range (ISO 8601 or Unix ms timestamp).
Market type. One of:
spot, futures.Response
Array of
CryptoPriceBar objects, sorted by timestamp descending.