# Node/RPC Providers

## [Conduit](https://www.conduit.xyz/)

<details>

<summary>Steps to use Conduit</summary>

* Log in to the [Conduit App](https://app.conduit.xyz/).
* Navigate to `Nodes` section and select `Create an API Key` (if not created before)
* Give your API key a suitable name and your RPC URLs are ready.
* Sample URL: [https://rpc-plume-mainnet-1.t.conduit.xyz/{YOUR\_API\_KEY\_HERE}](https://rpc-plume-mainnet-1.t.conduit.xyz/%7BYOUR_API_KEY_HERE%7D)

</details>

More details about Conduit RPC are available [here](https://docs.conduit.xyz/nodes/nodes-overview)

## [Uniblock](https://www.uniblock.dev/)

<details>

<summary>Steps to use Uniblock</summary>

* Log in to the [Uniblock Dashboard](https://dashboard.uniblock.dev/dashboard/home)
* Create/Select your project
* Navigate to Endpoints > RPC and scroll down to Plume
* Copy the URL
* Sample URL: <https://api.uniblock.dev/uni/v1/json-rpc?chainId=98866&apiKey={YOUR_API_KEY}>

</details>

More details about Uniblock are available [here](https://docs.uniblock.dev/reference/unified-api-reference-overview)

## [dRPC](https://drpc.org/)

<details>

<summary>Steps to use dRPC</summary>

* Login to [dRPC Dashboard](https://drpc.org/login)
* Navigate to "API Keys" section and create an API key
* Select the API and go to the "Endpoints" section
* Find Plume and copy the URL
* Sample URL: [https://lb.drpc.live/plume/{YOUR\_API\_KEY}](https://lb.drpc.live/plume/%7BYOUR_API_KEY%7D)

</details>

More details about dRPC are available [here](https://drpc.org/docs/gettingstarted/createaccount)

## [Tatum](https://tatum.io/)

<details>

<summary>Steps to use Tatum</summary>

* Log in to the [Tatum Dashboard](https://dashboard.tatum.io/)
* Navigate to the `API Keys` section and copy your existing API Key.
* Use the RPC URL and [authenticate requests](https://docs.tatum.io/docs/authentication) via HTTP header.\
  Authentication header: x-api-key: YOUR\_API\_KEY
* You can customize your RPC endpoints and monitor them too from `RPC Gateway`.
* Sample URL: [https://plume-mainnet.gateway.tatum.io](https://plume-mainnet.gateway.tatum.io/)

</details>

More details about Tatum are available [here](https://docs.tatum.io/reference/rpc-plume)
