gRPC provides efficient, type-safe access to Sui data and streaming primitives for real-time pipelines.
Access requires an API key (x-api-key).
sui-mainnet-grpc.natsai.xyz
Header: x-api-key
Dedicated capacity (Enterprise)
Connect over TLS. Default port is 443 unless specified otherwise.
sui-mainnet-grpc.natsai.xyz443 (TLS)x-api-key: <your-key>Use grpcurl to verify connectivity. If reflection is disabled, you’ll need the relevant .proto files.
# Install grpcurl (Ubuntu)
sudo apt-get update && sudo apt-get install -y grpcurl
# List services (requires server reflection)
grpcurl -H "x-api-key: YOUR_KEY_HERE" -vv sui-mainnet-grpc.natsai.xyz:443 list
Include your project, expected usage (streams/QPS), and timeline.