# Ethereum

Ethereum JSON-RPC methods share the same endpoint, by protocol definition, the payload `method`parameter is the one used to know which method is the one to be called. To call this methods, is mandatory to specify the currency, `eth` in this case and the network in which to executed  the request.  Bitcoin JSON-RPC methods are exposed in the following endpoint `http://server/eth/{network}/rpc`  where network has to be replace by the network name in which make the request

{% openapi src="<https://raw.githubusercontent.com/swapper-org/NodeChain-docs/staging/v1/eth/rpc-nodechain-docs.json>" path="/getAddressBalance" method="post" %}
<https://raw.githubusercontent.com/swapper-org/NodeChain-docs/staging/v1/eth/rpc-nodechain-docs.json>
{% endopenapi %}

{% openapi src="<https://raw.githubusercontent.com/swapper-org/NodeChain-docs/staging/v1/eth/rpc-nodechain-docs.json>" path="/getAddressesBalance" method="post" %}
<https://raw.githubusercontent.com/swapper-org/NodeChain-docs/staging/v1/eth/rpc-nodechain-docs.json>
{% endopenapi %}

{% openapi src="<https://raw.githubusercontent.com/swapper-org/NodeChain-docs/staging/v1/eth/rpc-nodechain-docs.json>" path="/getHeight" method="post" %}
<https://raw.githubusercontent.com/swapper-org/NodeChain-docs/staging/v1/eth/rpc-nodechain-docs.json>
{% endopenapi %}

{% openapi src="<https://raw.githubusercontent.com/swapper-org/NodeChain-docs/staging/v1/eth/rpc-nodechain-docs.json>" path="/getGasPrice" method="post" %}
<https://raw.githubusercontent.com/swapper-org/NodeChain-docs/staging/v1/eth/rpc-nodechain-docs.json>
{% endopenapi %}

{% openapi src="<https://raw.githubusercontent.com/swapper-org/NodeChain-docs/staging/v1/eth/rpc-nodechain-docs.json>" path="/syncing" method="post" %}
<https://raw.githubusercontent.com/swapper-org/NodeChain-docs/staging/v1/eth/rpc-nodechain-docs.json>
{% endopenapi %}

{% openapi src="<https://raw.githubusercontent.com/swapper-org/NodeChain-docs/staging/v1/eth/rpc-nodechain-docs.json>" path="/broadcastTransaction" method="post" %}
<https://raw.githubusercontent.com/swapper-org/NodeChain-docs/staging/v1/eth/rpc-nodechain-docs.json>
{% endopenapi %}

{% openapi src="<https://raw.githubusercontent.com/swapper-org/NodeChain-docs/staging/v1/eth/rpc-nodechain-docs.json>" path="/estimateGas" method="post" %}
<https://raw.githubusercontent.com/swapper-org/NodeChain-docs/staging/v1/eth/rpc-nodechain-docs.json>
{% endopenapi %}

{% openapi src="<https://raw.githubusercontent.com/swapper-org/NodeChain-docs/staging/v1/eth/rpc-nodechain-docs.json>" path="/getBlockByHash" method="post" %}
<https://raw.githubusercontent.com/swapper-org/NodeChain-docs/staging/v1/eth/rpc-nodechain-docs.json>
{% endopenapi %}

{% openapi src="<https://raw.githubusercontent.com/swapper-org/NodeChain-docs/staging/v1/eth/rpc-nodechain-docs.json>" path="/getBlockByNumber" method="post" %}
<https://raw.githubusercontent.com/swapper-org/NodeChain-docs/staging/v1/eth/rpc-nodechain-docs.json>
{% endopenapi %}

{% openapi src="<https://raw.githubusercontent.com/swapper-org/NodeChain-docs/staging/v1/eth/rpc-nodechain-docs.json>" path="/getAddressTransactionCount" method="post" %}
<https://raw.githubusercontent.com/swapper-org/NodeChain-docs/staging/v1/eth/rpc-nodechain-docs.json>
{% endopenapi %}

{% openapi src="<https://raw.githubusercontent.com/swapper-org/NodeChain-docs/staging/v1/eth/rpc-nodechain-docs.json>" path="/getAddressesTransactionCount" method="post" %}
<https://raw.githubusercontent.com/swapper-org/NodeChain-docs/staging/v1/eth/rpc-nodechain-docs.json>
{% endopenapi %}

{% openapi src="<https://raw.githubusercontent.com/swapper-org/NodeChain-docs/staging/v1/eth/rpc-nodechain-docs.json>" path="/getTransactionReceipt" method="post" %}
<https://raw.githubusercontent.com/swapper-org/NodeChain-docs/staging/v1/eth/rpc-nodechain-docs.json>
{% endopenapi %}

{% openapi src="<https://raw.githubusercontent.com/swapper-org/NodeChain-docs/staging/v1/eth/rpc-nodechain-docs.json>" path="/getTransaction" method="post" %}
<https://raw.githubusercontent.com/swapper-org/NodeChain-docs/staging/v1/eth/rpc-nodechain-docs.json>
{% endopenapi %}

{% openapi src="<https://raw.githubusercontent.com/swapper-org/NodeChain-docs/staging/v1/eth/rpc-nodechain-docs.json>" path="/getTransactions" method="post" %}
<https://raw.githubusercontent.com/swapper-org/NodeChain-docs/staging/v1/eth/rpc-nodechain-docs.json>
{% endopenapi %}

{% openapi src="<https://raw.githubusercontent.com/swapper-org/NodeChain-docs/staging/v1/eth/rpc-nodechain-docs.json>" path="/call" method="post" %}
<https://raw.githubusercontent.com/swapper-org/NodeChain-docs/staging/v1/eth/rpc-nodechain-docs.json>
{% endopenapi %}

{% openapi src="<https://raw.githubusercontent.com/swapper-org/NodeChain-docs/staging/v1/eth/rpc-nodechain-docs.json>" path="/getAddressHistory" method="post" %}
<https://raw.githubusercontent.com/swapper-org/NodeChain-docs/staging/v1/eth/rpc-nodechain-docs.json>
{% endopenapi %}

{% openapi src="<https://raw.githubusercontent.com/swapper-org/NodeChain-docs/staging/v1/eth/rpc-nodechain-docs.json>" path="/getAddressesHistory" method="post" %}
<https://raw.githubusercontent.com/swapper-org/NodeChain-docs/staging/v1/eth/rpc-nodechain-docs.json>
{% endopenapi %}

{% openapi src="<https://raw.githubusercontent.com/swapper-org/NodeChain-docs/staging/v1/eth/rpc-nodechain-docs.json>" path="/indexing" method="post" %}
<https://raw.githubusercontent.com/swapper-org/NodeChain-docs/staging/v1/eth/rpc-nodechain-docs.json>
{% endopenapi %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://phoenix-7.gitbook.io/nodechain-en/reference/api-reference/json-rpc-wrapper-api/ethereum.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
