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

# Account Creation

> How to create an account and access for ApeChain Data APIs

## Setup Steps

### 1. Create Account

Visit [the application dashboard](https://apechain.0xgraph.xyz) to create your account.

<Frame>
  <img src="https://mintcdn.com/ormilabs/BLe_GGMAArQ1xyMR/images/apechain/0xgraph-signup.png?fit=max&auto=format&n=BLe_GGMAArQ1xyMR&q=85&s=c2f4ac1b74ee25ba926876e1eaee22ae" alt="ApeChain Registration" width="1536" height="819" data-path="images/apechain/0xgraph-signup.png" />
</Frame>

### 2. Choose Subscription Plan

The current access for data APIs is **free**, but rate limited. In the future, user will be required to navigate to the [Pricing page](https://apechain.0xgraph.xyz/dashboard/price) to select a plan that matches your needs.

If you'd like to remove rate limits or are looking for custom APIs, please select **Enterprise** and connect with our team.

<Frame>
  <img src="https://mintcdn.com/ormilabs/BLe_GGMAArQ1xyMR/images/apechain/0xgraph-pricing.png?fit=max&auto=format&n=BLe_GGMAArQ1xyMR&q=85&s=7f1e2b0e211fbea7bab95ce9b340477e" alt="0xGraph Subscription Plans" width="2304" height="1097" data-path="images/apechain/0xgraph-pricing.png" />

  <figcaption>Choose a subscription plan</figcaption>
</Frame>

### 3. Generate API Key

An API key is required to access the ApeChain Data APIs endpoints. This API key is currently shared among all of Ormi's data solutions.

Go to the [API Keys Page](https://apechain.0xgraph.xyz/dashboard/api) to create your API key.

<Frame>
  <img src="https://mintcdn.com/ormilabs/BLe_GGMAArQ1xyMR/images/apechain/0xgraph-api-key.png?fit=max&auto=format&n=BLe_GGMAArQ1xyMR&q=85&s=d9bdcecb620ed8acdb1b89a70e3a34f1" alt="0xGraph API Keys" width="2304" height="1213" data-path="images/apechain/0xgraph-api-key.png" />

  <figcaption>API Keys</figcaption>
</Frame>

After clicking the 'Create API Key' button in the top-right corner, your API key will be generated.
You can then copy and paste it for querying ApeChain Data APIs endpoints.

<Frame>
  <img src="https://mintcdn.com/ormilabs/BLe_GGMAArQ1xyMR/images/apechain/0xgraph-generated-api-key.png?fit=max&auto=format&n=BLe_GGMAArQ1xyMR&q=85&s=078b26b296a7176939803cf31df86bcf" alt="0xGraph API Keys" width="3472" height="1848" data-path="images/apechain/0xgraph-generated-api-key.png" />

  <figcaption>API Keys</figcaption>
</Frame>

<Info>
  Warning: Always handle your API keys securely. Do not expose them in client-side code or share them publicly. Store them in a secure location, such as
  environment variables, and rotate them regularly to minimize security risks. If compromised, regenerate your API key immediately. For public repositories,
  store API keys in a .env file and add .env to .gitignore to prevent accidental exposure in your codebase.
</Info>

You are all set and ready to query ApeChain Data APIs endpoints here:

<Card title="Access Now" img="https://mintcdn.com/ormilabs/U9UW1vva2fwsLgy_/images/chain-logos/apechain-icon-padding.svg?fit=max&auto=format&n=U9UW1vva2fwsLgy_&q=85&s=7b41b53dcf1b2002efd71040848dfda5" href="/docs/dedicated-env/apechain/data-apis/api-reference/balances/get-erc-20-balance" width="328" height="119" data-path="images/chain-logos/apechain-icon-padding.svg">
  Access Data APIs Now for Free
</Card>
