Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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.
Expand Down
Loading