Check ingestion status
Returns a typed JSON health snapshot. No account, API key, or state change is involved.
curl https://api.cryptohftdata.com/v1/statusCryptoHFTData developer sandbox
CryptoHFTData's public v1 status, symbol-discovery, and anonymous download operations form a live, read-only sandbox. They cannot place orders, change account state, or access private user data. The sandbox uses the production response schema and real public archive, so an agent can validate request construction and error handling before a user creates an account or supplies an API key.
Returns a typed JSON health snapshot. No account, API key, or state change is involved.
curl https://api.cryptohftdata.com/v1/statusReturns the current symbol registry for a venue and data family without credentials.
curl "https://api.cryptohftdata.com/v1/symbols?exchange=binance_spot&data_type=trades"Exercises the same immutable read path used by authenticated clients. Anonymous requests are limited to 60 per minute per client IP.
curl -OJ "https://api.cryptohftdata.com/v1/download?file=binance_spot/2025-08-01/20/BTCUSDT_trades.parquet"error and a machine-readable code.RateLimit,RateLimit-Policy, remaining quota, and reset timing. HTTP 429 also includes Retry-After.