# How to Acquire a UniSat API Key

Previously, API keys were requested by contacting the UniSat team and applying via email. With the new Developer Center, you will need to register with your email and choose the appropriate plan.

Here are the steps to acquire a UniSat API Key:

1. Visit [UniSat website](https://unisat.io/) and click 'API' in the homepage navigation bar. From the dropdown menu, select 'API Service' to access the detailed API plans page. Alternatively, you can directly click [here](https://unisat.io/plans) to view the API plans.

<figure><img src="/files/cUldgdtUFw11qilOvvcr" alt=""><figcaption></figcaption></figure>

2. Choose the plan that suits your needs and click '**Get Started**' under the detailed description of the plan to go to the Developer Center plan acquire page. Or you can click '**Developer Center**' in the yellow box on the page to enter the Developer Center.

> Enjoy 20% off when you choose an annual Specialist or Enterprise plan.

<figure><img src="/files/x80qfMiNKtJ9ZPf1mw7s" alt=""><figcaption></figcaption></figure>

3. Before acquiring a plan, you need to register a Developer Center account using your email.

<figure><img src="/files/40t7q0cxR8P3l2VC9a6R" alt=""><figcaption></figcaption></figure>

4. Once registered, go to the Dashboard page where you will see your API Key, Current API Key Configuration, and your API Request Log. For newly registered accounts, we will continue to offer developers a monthly free access quota of 5 calls/second, up to 2,000 calls/day.&#x20;

<figure><img src="/files/7tIJS5ocT9jfuSm2yWCc" alt=""><figcaption></figcaption></figure>

Click '**Plan**' in the upper left corner to go to the API Key acquire page.

<figure><img src="/files/vwcl4dzlBMFHcyB8kBDg" alt=""><figcaption></figcaption></figure>

5. Choose the plan you need and click the '**Buy**' button under the specific plan to enter the acquire page.

<figure><img src="/files/TIKWifWmvHCvubv6jkJb" alt=""><figcaption></figcaption></figure>

6. Payments are currently accepted via PayPal and BTC.   If you choose PayPal, the page will redirect to the PayPal payment page. If you choose BTC, you can pay using a BTC wallet address or your UniSat wallet.&#x20;

Here is an example of a BTC payment method, click '**Pay with BTC**', then select '**Pay with Wallet**'. The page will prompt you to sign; confirm the input and output information carefully, and click 'Sign & Pay' to complete the acquire.

<figure><img src="/files/Xz2AHkdlpXxyHAXXcKVp" alt=""><figcaption></figcaption></figure>

7. After the acquire is complete, you can view your plan acquire record on the **Billing** page.

<figure><img src="/files/DL3xAPdJvqCj0bs8LQU6" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.unisat.io/developer-support/how-to-acquire-a-unisat-api-key.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
