# Transaction Data

**Detailed MEV Transaction Data  is included in EigenAPI Pro Plan**

User can use Transaction Data API to get the MEV transactions tagged by EigenPhi within a time span.

Currently, you can [query transactions](/eigenapi-user-guide/api-document/transaction-data/query-transaction-data.md) happened on `Ethereum` or `BSC` after Jan 1, 2023. We also provide historical data before Jan 1, 2023. Please contact us if you need.

Transactions labeled with MEV types such as *Arbitrage*, *Sandwich*, *Liquidation*, and *Lending* will be included in the response within the designated query time span. Additionally, users can filter their results by MEV type for easier navigation and analysis.

EigenAPI Pro Plan service also offers our livestream data , which provides real-time MEV transaction updates as soon as they occur on-chain. This allows you to stay up-to-date with the latest market developments and make informed decisions quickly. Find more info in [Subscribe to Livestream](/eigenapi-user-guide/api-document/transaction-data/subscribe-to-livestream.md) section.


---

# 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://eigenphi-1.gitbook.io/eigenapi-user-guide/api-document/transaction-data.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.
