From 0d726d614290334390d391b8c29b7bf9540d6e4f Mon Sep 17 00:00:00 2001 From: docs-agent Date: Thu, 7 May 2026 22:22:41 +0000 Subject: [PATCH] [docs-agent] Add Stellar Standard Methods section to Compute Unit Costs page Adds a new "Stellar: Standard Methods" table covering all 12 Soroban JSON-RPC 2.0 methods supported on Alchemy's Stellar endpoints. CU values sourced from the chain-config topconfig.yml and provided by the requester. Section is placed between MegaETH and Sui per the request. Refs DOCS-75 Requested-by: @dexterliu --- .../pricing/compute-unit-costs.mdx | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) 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 11e647438..659849a9e 100644 --- a/content/api-reference/pricing-resources/pricing/compute-unit-costs.mdx +++ b/content/api-reference/pricing-resources/pricing/compute-unit-costs.mdx @@ -662,6 +662,23 @@ On average, a typical webhook or WebSocket subscription event is about 1000 byte | ------------------------- | -- | | eth\_getWithdrawalProof | 20 | +# Stellar: Standard Methods + +| Method | CU | +| -------------------- | -- | +| getEvents | 20 | +| getFeeStats | 20 | +| getHealth | 20 | +| getLatestLedger | 20 | +| getLedgerEntries | 20 | +| getLedgers | 50 | +| getNetwork | 20 | +| getTransaction | 40 | +| getTransactions | 50 | +| getVersionInfo | 20 | +| sendTransaction | 20 | +| simulateTransaction | 20 | + # Sui: Standard Methods | Method | CU |