# Authentication

Use API keys to authenticate requests. All endpoints are protected and require an API key and API secret for authentication. Include it as a `X-API-KEY` and `X-API-SECRET` in the `Authorization` header.

Example header:

```http
X-API-KEY: api key
X-API-SECRET: api secret
```
