Skip to content

Conversation

@silviu-androne
Copy link
Collaborator

Description

Update pricing page with new networks and methods for a better coverage. Used sources:

Related Issues

Changes Made

  • Added the methods mentioned on the Node-API-Methods-Support-Audit-Tracker doc
  • Added CUs for: Beacon, Aptos, Bitcoin, Celestia, Sui and Tron

Testing

  • I have tested these changes locally
  • I have run the validation scripts (pnpm run validate)
  • I have checked that the documentation builds correctly

Copilot AI review requested due to automatic review settings November 3, 2025 15:06
@silviu-androne silviu-androne requested a review from a team as a code owner November 3, 2025 15:06
@github-actions
Copy link

github-actions bot commented Nov 3, 2025

🌿 Documentation Preview

Name Status Preview Updated (UTC)
Alchemy Docs ✅ Ready 🔗 Visit Preview Nov 3, 2025, 3:36 PM

Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR expands the Compute Unit pricing documentation by adding pricing information for newly supported blockchain networks and API methods. The changes provide comprehensive coverage of API endpoints across multiple chains to improve developer understanding of costs.

Key Changes

  • Added new Ethereum JSON-RPC methods including blob fee APIs and extended trace methods
  • Added complete pricing tables for six new blockchain networks: Beacon, Aptos, Bitcoin, Celestia, Sui, and Tron
  • Added Arbitrum-specific trace API methods with their respective CU costs

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

| eth\_sendRawTransaction | 40 | 250 |
| eth\_sendRawTransactionSync | 40 | 250 |
| eth\_getBlockReceipts | 20 | 500 |
| eth\_submitWork | 20 | - |
Copy link

Copilot AI Nov 3, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The throughput CU value '-' is inconsistent with the pattern used in the rest of the table. Consider using an empty cell or a numeric value (0 or N/A) to maintain consistency with other entries that have defined throughput CU values.

Suggested change
| eth\_submitWork | 20 | - |
| eth\_submitWork | 20 | |

Copilot uses AI. Check for mistakes.
| trace\_block | 20 | 20 |
| trace\_transaction | 40 | 40 |
| trace\_call | 40 | 40 |
| trace\_callMany | 80 | 3000 |
Copy link

Copilot AI Nov 3, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The CU and throughput CU values for trace_callMany (80, 3000) differ from the pattern of other trace methods. Verify these values are correct, as trace_call has CU=40 and throughput CU=40, which might suggest trace_callMany should follow a similar proportional pattern.

Suggested change
| trace\_callMany | 80 | 3000 |
| trace\_callMany | 40 | 40 |

Copilot uses AI. Check for mistakes.
@github-actions github-actions bot temporarily deployed to docs-preview November 3, 2025 15:08 Destroyed
@github-actions github-actions bot temporarily deployed to docs-preview November 3, 2025 15:34 Destroyed
@silviu-androne silviu-androne force-pushed the pricing-per-method-updates branch from b42d828 to e105e2d Compare November 7, 2025 13:33
@silviu-androne silviu-androne deleted the pricing-per-method-updates branch November 7, 2025 13:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant