# Tax and compliance tools

If you need to retrieve historical data from Hyperliquid accounts, our stack allows you to you to access >10k historical fills for accounts that the native API allows.

For convenience, we also have merged TWAP fills and normal fills in the single [userFills](/readme/rest-api/historical-data/userfills.md)endpoint.

If you are a Hyperliquid builder, you can offer your users their entire trading history, not limited to 10k fills only.


---

# 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.hydromancer.xyz/readme/builder-guides/tax-and-compliance-tools.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.
