> For the complete documentation index, see [llms.txt](https://docs.idrx.co/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.idrx.co/api/getting-started.md).

# Getting Started

Read and follow this guide to get access to IDRX's APIs

Our API service is only available to a special type of account. To have access to our API, create a [business account](/idrx-account/business-account.md) or contact us via [email](mailto:support@idrx.co). Once we verified your request, a menu called **API Key** will appear on your dashboard.

<figure><img src="https://3627254584-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FaxcQeErhSMXyyLFdF0D5%2Fuploads%2FRLLC66I9lrLW7icXZSLL%2Fimage.png?alt=media&amp;token=fc6629cd-230e-4842-ab71-d2604ec46ae7" alt=""><figcaption></figcaption></figure>

To use the API, you will need to first generate an API key. To do so, click the **API Key** menu and click the **Generate API Key** button.

<figure><img src="https://3627254584-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FaxcQeErhSMXyyLFdF0D5%2Fuploads%2F0HIaSjLTNGWeFijS72BW%2Fimage.png?alt=media&amp;token=a326a284-6fb0-4ff6-a496-587e01fd5734" alt=""><figcaption></figcaption></figure>

After the API Key is generated, make sure to save the secret key. **The secret key will not be shown again.**

<figure><img src="https://3627254584-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FaxcQeErhSMXyyLFdF0D5%2Fuploads%2F7YH81lgLi95JTghCMsQz%2Fimage.png?alt=media&amp;token=e2e0d46d-706e-456b-950f-b08cdb4d7de2" alt=""><figcaption></figcaption></figure>

Congratulations, you have succesfully generate your first API Key. Now let's authorize your API key by generating a signature.

## Base URL

Every endpoint in this documentation is served from `https://api.idrx.co`, and the paths are written in full:

```
POST https://api.idrx.co/transaction/mint-request
GET  https://api.idrx.co/transaction/rates?usdtAmount=15
```

The older form `https://idrx.co/api/...` continues to work, so integrations built against it keep running. New integrations should use `api.idrx.co`.
