# Tatum Blockchain Gateway **Official Documentation:** https://docs.tatum.io The following interfaces are available on this chain: - `solana-mainnet-grpc` (gRPC) ## solana-mainnet-grpc - gRPC The gRPC endpoint is: `https://solana-mainnet-grpc.gateway.tatum.io` Use a gRPC client with protobuf-encoded requests. Please refer to the official documentation and the service proto definitions for available RPC methods and message formats. - `geyser.Geyser/GetBlockHeight` - `geyser.Geyser/GetLatestBlockhash` - `geyser.Geyser/GetSlot` - `geyser.Geyser/GetVersion` - `geyser.Geyser/IsBlockhashValid` - `geyser.Geyser/Ping` - `geyser.Geyser/Subscribe` - `geyser.Geyser/SubscribeDeshred` - `geyser.Geyser/SubscribeReplayInfo`