Skip to main content

Welcome

OpenAPI Specification for the Alchemyst Platform APIs.

Alchemyst Platform endpoints

View the OpenAPI specification file

Authentication

To obtain your API key, follow these steps:
  1. Go to the Alchemyst Platform and sign up using your Google account.
  2. After logging in, navigate to the Get Started section to generate your API key.
  3. You can also view and manage your API keys anytime from the Settings page.
Use the following authentication schema when making API requests:
"security": [
  {
    "bearerAuth": []
  }
]