Authentication API
Securely authenticate with the EdgeKeeper API.
Overview
The EdgeKeeper API uses Bearer Token authentication. You must include your API Key in the `Authorization` header of every request.
Authorization: Bearer YOUR_API_KEYGetting an API Key
- Log in to your EdgeKeeper dashboard.
- Navigate to Settings > API Keys.
- Click Generate New Key.
- Copy the key immediately. You won't be able to see it again.
Rate Limits
To ensure service stability, API requests are rate-limited.
| Endpoint Type | Limit |
|---|---|
| Public Data (Candles) | 120 requests / minute |
| Trading (Orders) | 60 requests / minute |
| Account Info | 60 requests / minute |