> ## Documentation Index
> Fetch the complete documentation index at: https://docs.chainstack.com/llms.txt
> Use this file to discover all available pages before exploring further.

<AgentInstructions>

## Submitting Feedback

If you encounter incorrect, outdated, or confusing documentation on this page, submit feedback:

POST https://docs.chainstack.com/feedback

```json
{
  "path": "/docs/plasma-methods",
  "feedback": "Description of the issue"
}
```

Only submit feedback when you have something specific and actionable to report.

</AgentInstructions>

# Plasma methods

> Complete reference of supported Plasma JSON-RPC methods on Chainstack, including method availability for eth, debug, trace, and net namespace calls.

See also [interactive Plasma API call examples](/reference/plasma-getting-started).

| Method                                      | Availability                                  | Comment |
| ------------------------------------------- | --------------------------------------------- | ------- |
| eth\_accounts                               | <Icon icon="square-check" iconType="solid" /> |         |
| eth\_blockNumber                            | <Icon icon="square-check" iconType="solid" /> |         |
| eth\_blobBaseFee                            | <Icon icon="square-check" iconType="solid" /> |         |
| eth\_call                                   | <Icon icon="square-check" iconType="solid" /> |         |
| eth\_callMany                               | <Icon icon="square-check" iconType="solid" /> |         |
| eth\_chainId                                | <Icon icon="square-check" iconType="solid" /> |         |
| eth\_coinbase                               | <Icon icon="xmark" iconType="solid" />        |         |
| eth\_createAccessList                       | <Icon icon="square-check" iconType="solid" /> |         |
| eth\_estimateGas                            | <Icon icon="square-check" iconType="solid" /> |         |
| eth\_feeHistory                             | <Icon icon="square-check" iconType="solid" /> |         |
| eth\_fillTransaction                        | <Icon icon="xmark" iconType="solid" />        |         |
| eth\_gasPrice                               | <Icon icon="square-check" iconType="solid" /> |         |
| eth\_getAccount                             | <Icon icon="square-check" iconType="solid" /> |         |
| eth\_getBalance                             | <Icon icon="square-check" iconType="solid" /> |         |
| eth\_getBlockByHash                         | <Icon icon="square-check" iconType="solid" /> |         |
| eth\_getBlockByNumber                       | <Icon icon="square-check" iconType="solid" /> |         |
| eth\_getBlockReceipts                       | <Icon icon="square-check" iconType="solid" /> |         |
| eth\_getBlockTransactionCountByHash         | <Icon icon="square-check" iconType="solid" /> |         |
| eth\_getBlockTransactionCountByNumber       | <Icon icon="square-check" iconType="solid" /> |         |
| eth\_getCode                                | <Icon icon="square-check" iconType="solid" /> |         |
| eth\_getFilterChanges                       | <Icon icon="square-check" iconType="solid" /> |         |
| eth\_getFilterLogs                          | <Icon icon="square-check" iconType="solid" /> |         |
| eth\_getHeaderByHash                        | <Icon icon="square-check" iconType="solid" /> |         |
| eth\_getHeaderByNumber                      | <Icon icon="square-check" iconType="solid" /> |         |
| eth\_getLogs                                | <Icon icon="square-check" iconType="solid" /> |         |
| eth\_getProof                               | <Icon icon="square-check" iconType="solid" /> |         |
| eth\_getRawTransactionByBlockHashAndIndex   | <Icon icon="square-check" iconType="solid" /> |         |
| eth\_getRawTransactionByBlockNumberAndIndex | <Icon icon="square-check" iconType="solid" /> |         |
| eth\_getRawTransactionByHash                | <Icon icon="square-check" iconType="solid" /> |         |
| eth\_getStorageAt                           | <Icon icon="square-check" iconType="solid" /> |         |
| eth\_getTransactionByBlockHashAndIndex      | <Icon icon="square-check" iconType="solid" /> |         |
| eth\_getTransactionByBlockNumberAndIndex    | <Icon icon="square-check" iconType="solid" /> |         |
| eth\_getTransactionByHash                   | <Icon icon="square-check" iconType="solid" /> |         |
| eth\_getTransactionBySenderAndNonce         | <Icon icon="square-check" iconType="solid" /> |         |
| eth\_getTransactionCount                    | <Icon icon="square-check" iconType="solid" /> |         |
| eth\_getTransactionReceipt                  | <Icon icon="square-check" iconType="solid" /> |         |
| eth\_getUncleByBlockHashAndIndex            | <Icon icon="square-check" iconType="solid" /> |         |
| eth\_getUncleByBlockNumberAndIndex          | <Icon icon="square-check" iconType="solid" /> |         |
| eth\_getUncleCountByBlockHash               | <Icon icon="square-check" iconType="solid" /> |         |
| eth\_getUncleCountByBlockNumber             | <Icon icon="square-check" iconType="solid" /> |         |
| eth\_hashrate                               | <Icon icon="square-check" iconType="solid" /> |         |
| eth\_maxPriorityFeePerGas                   | <Icon icon="square-check" iconType="solid" /> |         |
| eth\_mining                                 | <Icon icon="xmark" iconType="solid" />        |         |
| eth\_newBlockFilter                         | <Icon icon="square-check" iconType="solid" /> |         |
| eth\_newFilter                              | <Icon icon="square-check" iconType="solid" /> |         |
| eth\_newPendingTransactionFilter            | <Icon icon="square-check" iconType="solid" /> |         |
| eth\_protocolVersion                        | <Icon icon="square-check" iconType="solid" /> |         |
| eth\_simulateV1                             | <Icon icon="square-check" iconType="solid" /> |         |
| eth\_syncing                                | <Icon icon="square-check" iconType="solid" /> |         |
| eth\_uninstallFilter                        | <Icon icon="square-check" iconType="solid" /> |         |
| net\_listening                              | <Icon icon="square-check" iconType="solid" /> |         |
| net\_peerCount                              | <Icon icon="square-check" iconType="solid" /> |         |
| net\_version                                | <Icon icon="square-check" iconType="solid" /> |         |
| web3\_clientVersion                         | <Icon icon="square-check" iconType="solid" /> |         |
| web3\_sha3                                  | <Icon icon="square-check" iconType="solid" /> |         |
| debug\_getRawBlock                          | <Icon icon="square-check" iconType="solid" /> |         |
| debug\_getRawHeader                         | <Icon icon="square-check" iconType="solid" /> |         |
| debug\_getRawReceipts                       | <Icon icon="square-check" iconType="solid" /> |         |
| debug\_getRawTransaction                    | <Icon icon="square-check" iconType="solid" /> |         |
| debug\_traceBlockByHash                     | <Icon icon="square-check" iconType="solid" /> |         |
| debug\_traceBlockByNumber                   | <Icon icon="square-check" iconType="solid" /> |         |
| debug\_traceCall                            | <Icon icon="square-check" iconType="solid" /> |         |
| debug\_traceCallMany                        | <Icon icon="square-check" iconType="solid" /> |         |
| debug\_traceTransaction                     | <Icon icon="square-check" iconType="solid" /> |         |
| trace\_block                                | <Icon icon="square-check" iconType="solid" /> |         |
| trace\_call                                 | <Icon icon="square-check" iconType="solid" /> |         |
| trace\_callMany                             | <Icon icon="square-check" iconType="solid" /> |         |
| trace\_filter                               | <Icon icon="square-check" iconType="solid" /> |         |
| trace\_get                                  | <Icon icon="square-check" iconType="solid" /> |         |
| trace\_rawTransaction                       | <Icon icon="square-check" iconType="solid" /> |         |
| trace\_replayBlockTransactions              | <Icon icon="square-check" iconType="solid" /> |         |
| trace\_replayTransaction                    | <Icon icon="square-check" iconType="solid" /> |         |
| reth\_getBalanceChangesInBlock              | <Icon icon="xmark" iconType="solid" />        |         |
| rpc\_modules                                | <Icon icon="xmark" iconType="solid" />        |         |
