> ## Documentation Index
> Fetch the complete documentation index at: https://docs.dyor.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Token Access

The [DYOR API](https://dyor.io/tonapi?pricing) uses HTTP Token Access Authentication over a secure HTTPS connection.

To authenticate, you need to include your API key, provided by the DYOR team, in the HTTP request header. Use the Authorization header with the following format:

```
Authorization: Bearer {token}
```

<Warning>Do not use your API key on the client side. Always secure it with server-side integration.</Warning>
