---
title: API Keys
description: Authenticate your requests to the BlindPay stablecoins API.
---

## What it is

An API key is a unique identifier used to authenticate your requests to the BlindPay API.

## How it works

An API key authenticates you to a **single instance** — a key created for instance X will not work for instance Y. You can only create an API key through the BlindPay Instance Dashboard.

## Prerequisites

::c-prerequisites{:omit='["api-key"]'}
::

## Create an API key

Go to the [BlindPay Dashboard](https://app.blindpay.com/){target="\_blank"}, select an instance and click the `API Keys` tab.

![BlindPay API Keys](https://pub-4fabf5dd55154f19a0384b16f2b816d9.r2.dev/api_keys.jpg)

::c-alert{type="success" icon="circle-check"}
Done. Authenticate all requests by passing the header `Authorization: Bearer YOUR_API_KEY`.
::

## Related

- [Instances](/docs/essentials/instances) · [Terms of Service](/docs/essentials/terms-of-service)
