📝 Registration Process and API Access

InstantNodes RPC Node

Step 1: Account Registration

🔑 Sign Up

1️⃣ Go to the InstantNodes registration page.
2️⃣ Enter your email address and create a strong password.
3️⃣ Click Sign Up to create your account.

📧 Verify Email

1️⃣ Check your inbox for a verification email.
2️⃣ Click the Verify Email link to complete your registration.

Step 2: API Key Generation

🔑 Generate API Key

1️⃣ Log in to your InstantNodes account.
2️⃣ Purchase a plan to enable API key generation.
3️⃣ Navigate to the Endpoints page.
4️⃣ Click the Add New Key button to generate your API token.

Step 3: API Access Example

Accessing the RPC Node
Here’s an example of how to connect to the RPC node using your API key.

const apiKeys = "your-api-key";

  const endpoint = "https://solana-api.instantnodes.io";

  const response = await fetch(`${endpoint}/token-${apiKeys}`, {
    method: "POST",
    headers: {
      "Content-Type": "application/json",
    },
    body: JSON.stringify({
      jsonrpc: "2.0",
      id: 1,
      method: "getBlock",
      params: ["<block-number>"]

Need Help?

💬 Contact our support at support@instantnodes.io.

© 2024 Best Architects L.L.C-FZ

© 2024 Best Architects L.L.C-FZ