🔑 API Keys

API Keys allow you to use your pools/nodes programmatically. You will be able to interact with your smart contracts in just a few lines of code.

🛡️ Security

  • One-Time Secret Visibility: When you create an API Key, the secret key is displayed only once.
  • Secure Storage: Store your secret key securely, as it cannot be retrieved again after creation.
⚠️

Important: Make sure to save your secret key in a secure location immediately after creation. If lost, you will need to generate a new API Key.

📝 Creating an API Key

  1. Navigate to API Keys: Access the “API Keys” section within the IAM dashboard.
  2. Create New Key: Click on “Create API Key” and follow the prompts.
  3. Save Secret Key: Copy and store the secret key securely when it is displayed.
  4. Use the Key: Integrate the API Key with your applications to enable programmatic access.

📌 Best Practices

  • Limit Exposure: Share your API Keys only with trusted applications and services.
  • Regular Rotation: Periodically regenerate API Keys to maintain security.
  • Monitor Usage: Keep an eye on API Key usage to detect any unauthorized access.