> For the complete documentation index, see [llms.txt](https://docs.alluvial.finance/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.alluvial.finance/api-reference/ethereum-data.md).

# Ethereum Data API

Ethereum Data API is a collection of APIs that expose read data from the Ethereum network.

{% openapi src="<https://api.alluvial.finance/docs/doc.json>" path="/eth/v1/status" method="get" %}
<https://api.alluvial.finance/docs/doc.json>
{% endopenapi %}

{% openapi src="<https://api.alluvial.finance/docs/doc.json>" path="/eth/v1/status/{block\_number}" method="get" %}
<https://api.alluvial.finance/docs/doc.json>
{% endopenapi %}

{% openapi src="<https://api.alluvial.finance/docs/doc.json>" path="/eth/v1/balances" method="get" %}
<https://api.alluvial.finance/docs/doc.json>
{% endopenapi %}

{% openapi src="<https://api.alluvial.finance/docs/doc.json>" path="/eth/v1/balances/{address}" method="get" %}
<https://api.alluvial.finance/docs/doc.json>
{% endopenapi %}

{% openapi src="<https://api.alluvial.finance/docs/doc.json>" path="/eth/v1/balances/{address}/history" method="get" %}
<https://api.alluvial.finance/docs/doc.json>
{% endopenapi %}

{% openapi src="<https://api.alluvial.finance/docs/doc.json>" path="/eth/v1/contracts" method="get" %}
<https://api.alluvial.finance/docs/doc.json>
{% endopenapi %}
