From cb4f96d93b9c5db3c6373ca534b240035dc26736 Mon Sep 17 00:00:00 2001 From: alchemy-bot <80712764+alchemy-bot@users.noreply.github.com> Date: Tue, 1 Sep 2026 10:19:11 +0000 Subject: [PATCH] [docs-agent] Move Solana: Yellowstone gRPC Unary Methods next to Yellowstone gRPC Move the Solana: Yellowstone gRPC Unary Methods section on the Compute Unit Costs page to sit between Solana: Jito Bundles and Transactions and the bandwidth-priced Solana: Yellowstone gRPC section, grouping the two Yellowstone entries together. Refs DOCS-213 Requested-by: @oskarciupider-alchemy --- .../pricing/compute-unit-costs.mdx | 28 +++++++++---------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/content/api-reference/pricing-resources/pricing/compute-unit-costs.mdx b/content/api-reference/pricing-resources/pricing/compute-unit-costs.mdx index 4a9c275de..5c37ce225 100644 --- a/content/api-reference/pricing-resources/pricing/compute-unit-costs.mdx +++ b/content/api-reference/pricing-resources/pricing/compute-unit-costs.mdx @@ -238,6 +238,20 @@ For more details, check out the [Compute Units](/docs/reference/compute-units#wh | sendBundle | 40 | {/* cu:auto end */} +# Solana: Yellowstone gRPC Unary Methods + +{/* cu:auto product="yellowstone-grpc" */} +| Method | CU | +| --------------------------------- | -- | +| geyser.Geyser/GetBlockHeight | 10 | +| geyser.Geyser/GetLatestBlockhash | 10 | +| geyser.Geyser/GetSlot | 10 | +| geyser.Geyser/GetVersion | 10 | +| geyser.Geyser/IsBlockhashValid | 10 | +| geyser.Geyser/Ping | 10 | +| geyser.Geyser/SubscribeReplayInfo | 10 | +{/* cu:auto end */} + # Solana: Yellowstone gRPC [Yellowstone gRPC](/docs/reference/yellowstone-grpc-overview) is a high-performance streaming service for Solana that delivers real-time blockchain data via gRPC. Pricing is based on **bandwidth:** the amount of data delivered as part of the stream. @@ -1241,20 +1255,6 @@ Sui gRPC [streaming methods](/docs/reference/sui-grpc-overview) (`SubscriptionSe | sui.rpc.v2.TransactionExecutionService/SimulateTransaction | 20 | {/* cu:auto end */} -# Solana: Yellowstone gRPC Unary Methods - -{/* cu:auto product="yellowstone-grpc" */} -| Method | CU | -| --------------------------------- | -- | -| geyser.Geyser/GetBlockHeight | 10 | -| geyser.Geyser/GetLatestBlockhash | 10 | -| geyser.Geyser/GetSlot | 10 | -| geyser.Geyser/GetVersion | 10 | -| geyser.Geyser/IsBlockhashValid | 10 | -| geyser.Geyser/Ping | 10 | -| geyser.Geyser/SubscribeReplayInfo | 10 | -{/* cu:auto end */} - # Aptos: gRPC Streaming Methods Aptos gRPC [streaming methods](/docs/reference/aptos-grpc-overview) (`aptos.indexer.v1.RawData/GetTransactions`) deliver real-time transaction data via server-streaming RPCs. Pricing is based on **bandwidth:** the amount of data delivered as part of the stream.