Basics

Authentication

How to authenticate with the Kiyotaka Data API using API keys.

Include your API key in the X-Kiyotaka-Key header with every request.

curl "https://api.kiyotaka.ai/v1/points
    ?type=TRADE_SIDE_AGNOSTIC_AGG
    &exchange=BINANCE_FUTURES
    &rawSymbol=BTCUSDT
    &interval=HOUR
    &from=1774800000
    &period=3600" \
  -H "X-Kiyotaka-Key: YOUR_API_KEY"

Getting an API key

API keys are included with all plans (Free, Basic, Standard, and Advanced). Generate and manage your keys from your account settings.

Security

API keys are server-side credentials. Never expose them in client-side code, browser applications, or mobile apps. If a key is compromised, revoke it immediately from your account settings.