# Blockchain API Quick Start Guide

Once you are logged in to Launchpad, you will be able to set up your Blockchain API. To do so, follow the steps below.

## Subscription

Before you can create a new RPC endpoint, you will need a subscription.

To subscribe:

1. Verify that you are in the SaaS environment of Launchpad by checking the toggle button on the top right. You will easily recognize the SaaS environment by its light theme.\
   ![](/files/gICItlnABwC0alG5bins)
2. Under **Blockchain API** in the left hand bar menu, click on "**Subscription**"
3. In the subscription page, select the plan that fits your need. The "EW Member" plan is only available for enterprises that are [Energy Web members](broken://pages/Vg5FkW7TWZCnJoHKEizx#energy-web-members).\ <br>

   <figure><img src="/files/xVad2pCRZ8sebkGTS20d" alt=""><figcaption></figcaption></figure>
4. Proceed to the payment screens and complete the payment. Once your payment is completed, you subscription is active.\
   ![](/files/je7CvJUE2sDuOeRaSZeJ)

## Endpoint creation and management

Once you have subscribed, you are ready to create your first RPC endpoint. Proceed as per the instructions below.

1. In the left hand bar menu, under **Blockchain API**, click on "**Create new**". \
   ![](/files/nn7ug0wwOsVG1VVn3zvb)\
   \
   This will direct you to the endpoint creation page.
2. In the creation page, enter a name for your RPC endpoint and select the network that makes sense for your use case. The available networks are: EWC, EWX, REX and Volta.<br>

   <figure><img src="/files/Lhm6wWePU3KwzNhhy2I7" alt=""><figcaption></figcaption></figure>
3. At the next step, under "**Security**" you can choose whether you want to set up JWT based security for your RPC endpoint. **Please note that you can require or disable this form of security at creation or later when managing your existing endpoints**.\
   &#x20;

   <figure><img src="/files/p6JWI5CcHdBR4yHMrPHl" alt=""><figcaption></figcaption></figure>

   If you choose JWT as a requirement, these are the steps to find the Token and Public Key you will need:

   a. Go to [www.jwt.io](http://www.jwt.io/)

   b. Select Algorithm as "**RS256**"

   c. You will see the following two sections: [Encoded](https://jwt.io/#encoded-jwt) and [Decoded](https://jwt.io/#decoded-jwt)

   d. You will find JWT token under Encoded and Public Key under Decoded<br>
4. Your RPC endpoint is ready! You can view and manage it by accessing "**Manage**" under **Blockchain API** in the left hand bar menu.<br>

   <figure><img src="/files/rHNtQK9OSCxiBpau4RUP" alt=""><figcaption></figcaption></figure>

   By clicking on the three dots on the top right of the RPC endpoint, you can access all details and update the JWT requirement if you so wish.\
   ![](/files/WDd4RKbzegpwxaGhagty)\ <br>

   <figure><img src="/files/MQwy4AkDlnGNsjTYnwMS" alt=""><figcaption><p><br></p></figcaption></figure>

   <figure><img src="/files/YE9Jx3GAYyp6B5FdYJjC" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.energyweb.org/launchpad-by-ew/launchpad-by-energy-web/blockchain-infrastructure/blockchain-api/blockchain-api-quick-start-guide.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
