# Transactions - Ethereum

Users can track, search, and view the Ethereum transaction lists and transaction details.

**Search**

* Enter or select search criteria at (1) and (2) 🡪 and display a list of transactions according to the search condition.

**View**

* Examine the list and display the transaction information in the table from columns (3) to (11).

**View detail**

* Click "Transaction ID" to view details of that transaction on <https://etherscan.io/>
* Click “From“ or “To” to view the Ethereum address details of recipients or senders at <https://etherscan.io/>

  <figure><img src="https://958439685-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FdAO6ovMvxy1AYEVxk3Cf%2Fuploads%2Foqaoj1H73xuckIIkUrE6%2Fimage.png?alt=media&#x26;token=6608cb24-7c2c-45f9-b55a-df686396f590" alt=""><figcaption></figcaption></figure>


---

# 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.fwallet.net/web-fruits-wallet/transaction/transactions/transactions-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.
