Visit our Yellowstone gRPC Documentation for more information.
Access
To access Yellowstone gRPC, you will use your QuickNode Solana endpoint on port 10000
as demonstrated below.
Endpoint and Token Configuration
Yellowstone gRPC operates on port 10000. This is a dedicated secure port for gRPC communication and is separate from the standard Solana RPC endpoint. When connecting to the service the port must be specified in the URL:
- Endpoint: The name of your gRPC-enabled endpoint (by default, this is three randomly generated words) followed by
.solana-mainnet.quiknode.pro
and the port number10000
(e.g.,https://example-guide-demo.solana-mainnet.quiknode.pro:10000
) - Token: The alphanumeric string that follows the endpoint name in the URL (additional tokens can be generated from the QuickNode Dashboard) Endpoint Security tab.
Given the following example HTTP Provider URL: https://example-guide-demo.solana-mainnet.quiknode.pro/123456789/
, your authentication your credentials would be:
- Endpoint:
https://example-guide-demo.solana-mainnet.quiknode.pro:10000
- Token:
123456789