> For the complete documentation index, see [llms.txt](https://docs.shprd.finance/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.shprd.finance/guides/rpc/create-your-own-rpc.md).

# Create your own RPC

### Getblock Tutorial

Go to the [Getblock](https://account.getblock.io/sign-in) website and create an account if you don't already have one.

When you are connected, go to "GetBlock Dashboard" page.

![GetBlock Dashboard](/files/dK9jbxt40OFgpmosZEg0)

You will see your API key in the "Production" section. You will need this to use the custom RPC.&#x20;

To generate a full RPC link, click on Production. You will be taken to a page to create your custom RPC for any network.

![API Key Detail ](/files/fEI5w2TyDnR1qWKV9JPJ)

On this page, click on "Generate endpoint".&#x20;

![Generate Endpoint ](/files/mGE0irZDGYb1QPH6laft)

Select the blockchain you want to use, JSON-RPC, Mainnet and click on create. You will get a link with this format (API\_KEY being your own API key):&#x20;

{% embed url="<https://bsc.getblock.io/mainnet/?api_key=API_KEY>" %}

.
