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

# API keys

<Warning>
  MyAccount API Keys will be deprecated soon in favor of Blockscout PRO API keys. PRO API keys provide universal, multichain access and tiered access included 5 rps for the free plan. Get started at [https://dev.blockscout.com/](https://dev.blockscout.com/)
</Warning>

API Keys are available to enhance request availability. Keys give users the ability to query the API up to 10 requests/sec.

A maximum of 3 keys can be created for each account.

## Create API key

**1) Login to My Account in Blockscout** \<[*login instructions*](/using-blockscout/my-account)> to get started. Once logged in:

1. Go to API keys in the user menu.
2. Press Add API key.

<Frame caption>
  <img src="https://mintcdn.com/blockscout/kl-dO7vK6d_hNvHA/images/cdd65bf7-image.jpeg?fit=max&auto=format&n=kl-dO7vK6d_hNvHA&q=85&s=79227bebd53029e661abf68a721ea9ce" alt="" width="2304" height="1304" data-path="images/cdd65bf7-image.jpeg" />
</Frame>

**2)** **Fill in the Name field**. Add a Name for your API key. This is for your information only and to differentiate between different keys. Press **Generate API key.**

<Frame caption>
  <img src="https://mintcdn.com/blockscout/JTppjXqh5Q4u166M/images/0731623e-image.jpeg?fit=max&auto=format&n=JTppjXqh5Q4u166M&q=85&s=952d631957de33ada2335bc6b8d51880" alt="" width="2208" height="1252" data-path="images/0731623e-image.jpeg" />
</Frame>

**3) API key generated.** The API Key is now added to your API dashboard. You can copy the key or edit the name/delete the key at any time. In addition you can add 2 additional keys (up to 3 per account).

<Frame caption>
  <img src="https://mintcdn.com/blockscout/5j9ATJZuQuk5LMJq/images/3d09afc2-image.jpeg?fit=max&auto=format&n=5j9ATJZuQuk5LMJq&q=85&s=d73ae1c59a1e377ed08d9ad07d756136" alt="" width="2304" height="879" data-path="images/3d09afc2-image.jpeg" />
</Frame>

## Use API key

Add the following to the end of a query to use your API key: `&apikey=your-api-key`

For example, a query to get more info on USDT on Optimism with the API key `fdbfa288-1695-454e-a369-4501253a120`would be formatted as follows:

`https://optimism.blockscout.com/api?module=token&action=getToken&contractaddress=0x94b008aA00579c1307B0EF2c499aD98a8ce58e58&apikey=fdbfa288-1695-454e-a369-4501253a120`

<Info>
  For more info on RPC calls see the [RPC API Endpoints documentation](/devs/apis/rpc).
</Info>
