# Create an RPC Endpoint

## Step 1: Create Endpoints

1. Click on the ‘Create New Endpoint’ tab to create a new endpoint. This will give you an HTTP and WebSocket API key to read and write on-chain.

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

2. Name your new endpoint, select the network from the drop-down menu, set a usage limit (you can leave it blank for unlimited), and click save.  &#x20;

<figure><img src="/files/1kCLUryquUIECJWzwHAI" alt=""><figcaption></figcaption></figure>

3. At this stage, Liquify Gateway provides access to 9 blockchain networks, including Ethereum, BNB Chain, Klaytn, Solana, Polygon, Fuse, Base, Arbitrum, and DFK. More will be added soon.&#x20;

<figure><img src="/files/1iHPHCwhFNqI6f8cdz9s" alt=""><figcaption></figcaption></figure>

6\. After a few moments, your API Key and HTTPS URL will be created. Select close, and you will be directed back to ‘My Endpoints.’&#x20;

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

7\. From the ‘My Endpoints’ tab, you can access all your created endpoints on different networks and view and copy your API Key and HTTPS URL.&#x20;

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

8. Familiarise yourself with the 'My Endpoints' dashboard and features.&#x20;

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

* Use the filters on the left to zoom in on RPC endpoints on one specific network.&#x20;
* Search for endpoints using their given name.&#x20;
* Sort and filter data to make it work for you.&#x20;
* Create a new endpoint.&#x20;

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

9. Access actions using the menu on the right. From here you can:&#x20;

* Access and copy your API keys for any created endpoint.
* Delete an endpoint (Note: You need admin-level access to delete an endpoint).
* View endpoint analytics and filter by 24 hours, 7, 14, and 28 days.
* Set or change the usage limit of your endpoint.&#x20;

<div><figure><img src="/files/DB5lo7kvW7kpNDUafTNx" alt=""><figcaption></figcaption></figure> <figure><img src="/files/NgDNzNGx1vAk7FuM3kji" alt=""><figcaption></figcaption></figure> <figure><img src="/files/zUV3AfPOEkyGg88PH08P" alt=""><figcaption></figcaption></figure> <figure><img src="/files/h3kYvZLs8oHuy69ohaEl" alt=""><figcaption></figcaption></figure></div>


---

# 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://liquify-2.gitbook.io/liquify/rpc-quickstart-guide/create-an-rpc-endpoint.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.
