> ## Documentation Index
> Fetch the complete documentation index at: https://blockscout-vb-sourcify-migrate-to-api-v2.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# API keys

<Warning>
  The method below is outdated - MyAccount API Keys will be deprecated July 1 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>

## 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-vb-sourcify-migrate-to-api-v2/POJpCSdBm8sZl4vQ/images/cdd65bf7-image.jpeg?fit=max&auto=format&n=POJpCSdBm8sZl4vQ&q=85&s=2fec160b770c22cddf71a7136d3b32c8" 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-vb-sourcify-migrate-to-api-v2/-LubF9xiBMPdd24N/images/0731623e-image.jpeg?fit=max&auto=format&n=-LubF9xiBMPdd24N&q=85&s=dd09ac8aa1373c3ba13a6eb698af26c3" 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-vb-sourcify-migrate-to-api-v2/-LubF9xiBMPdd24N/images/3d09afc2-image.jpeg?fit=max&auto=format&n=-LubF9xiBMPdd24N&q=85&s=9f62a20ac24a4e20bb3df6e78508cd71" 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>
