How do I get an additional API key from CoinAPI?
You can generate an additional API key on the Customer Portal (https://console.coinapi.io/):
- Go to API Keys section
- Click Create Standard API Key
- Select a type: Standard Key or JWT Key
- Add a Name for the API Key
- Enable or Disable access to all products
- If disabled, select your desired product.
- Click Create
Important:
Each additional API key above your plan’s included quota is billed at $1 USD per day, per key (minimum one day), regardless of whether it's enabled or disabled.
Use Cases for Multiple API Keys or Subscriptions:
- Deploying the same software for third-party clients (e.g., self-hosted environments)
- Separating environments like development, staging, and production
- Managing regional deployments (e.g., Europe, Asia)
- Dividing access for different internal teams or applications
Was this section helpful?