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

# Request API Key

> Authentication and API Key Setup

To start using the CoinCap API, you’ll need an API key for authentication. This key should be included in your API requests to verify that you are authorized to access the data.

## How to Obtain an API Key:

<img src="https://mintcdn.com/coincapapi/ue5mqfi_oqELhJNJ/images/coincap.png?fit=max&auto=format&n=ue5mqfi_oqELhJNJ&q=85&s=7fbe9067d741def835a05f6784966a9b" alt="title" width="1472" height="651" data-path="images/coincap.png" />

* Go to the API Key [Request Page](https://coincap.io/api-key).
* Click “Request API Key.”
* Copy your API key and use it in all subsequent requests.

## Using the API Key:

Authentication: The API key should be included in the Authorization header of your API requests in the following format:

```
Authorization: Bearer <YOUR_API_KEY>
```
