Crypto Token Future Kline data (no cursor pagination)
Crypto
Crypto Token Future Kline data (no cursor pagination)
OpenAPI JSON Spec Retrieve K-line (candlestick) chart data for a specified crypto token futures using a non-cursor gRPC endpoint to reduce latency.
GET
Crypto Token Future Kline data (no cursor pagination)
Authorizations
API Key authentication. Example: "your-api-key-here"
Query Parameters
Crypto token symbol, ex: BTC, ETH, SOL
Start time (Unix timestamp in seconds, must be > 0)
End time (Unix timestamp in seconds, must be > start_time)
Time interval for K-line data
Available options:
1min, 2min, 3min, 5min, 10min, 15min, 30min, 45min, 1h, 2h, 4h, 6h, 8h, 12h, 1d, 3d, 1w, 1m, 3m, 6m Maximum number of data points to return (default 500, max 10000)

