# Reporting API

Reporting API is a collection of APIs Platforms use to get information about Liquid Collective Protocol Service Fees.

## Public endpoints (no authentication required)

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

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

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

## Private endpoints ( authentication required)

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

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

{% openapi src="<https://api.alluvial.finance/docs/doc.json>" path="/eth/v0/rewards" method="post" %}
<https://api.alluvial.finance/docs/doc.json>
{% endopenapi %}

{% openapi src="<https://api.alluvial.finance/docs/doc.json>" path="/eth/v0/rewards/accounts" method="post" %}
<https://api.alluvial.finance/docs/doc.json>
{% endopenapi %}

{% openapi src="<https://api.alluvial.finance/docs/doc.json>" path="/eth/v0/rewards/wallets" method="post" %}
<https://api.alluvial.finance/docs/doc.json>
{% endopenapi %}

### Reward Summary

{% openapi src="<https://api.alluvial.finance/docs/doc.json>" path="/eth/v0/rewards/accounts/{idOrKey}/summary" method="get" %}
<https://api.alluvial.finance/docs/doc.json>
{% endopenapi %}

{% openapi src="<https://api.alluvial.finance/docs/doc.json>" path="/eth/v0/rewards/wallets/{idOrAddress}/summary" method="get" %}
<https://api.alluvial.finance/docs/doc.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://docs.alluvial.finance/api-reference/reporting.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.
