Introdaction
Getting Started
RPC Endpoints
WebSocket Support
🔐 Authentication Methods for RPC Node
InstantNodes offers multiple ways to authenticate your API requests to ensure security and control over your access. Here's a quick overview of the supported authentication methods:
API Keys
🔹 What it is: A unique key issued by InstantNodes, used to authenticate requests to the RPC node.
🔹 How to Use: Simply add your API key to the URL path with "token-"https://solana-api.instantnodes.io/token-<API_KEY>
🔹 Security: Keep your API key secure and never expose it in public repositories.
JWT (JSON Web Tokens)
Coming soon…
IP Whitelisting
Coming soon…