> For the complete documentation index, see [llms.txt](https://docs.allbridge.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.allbridge.io/guides/faq/how-to-find-a-transaction-id-hash-signature-of-the-transaction.md).

# How to find a Transaction ID / Hash / Signature of the transaction?

## How to find a Transaction ID / Hash / Signature of the transaction?

### MetaMask

1. Open the **Activity** tab in the Metamask.
2. Open the last transaction.

![](/files/-Me-tY977pYbjZwfdISO)

3\. Copy the transaction ID.

![](/files/-MigLRaUcJZuLo4o_Xdj)

### Sollet

1. Open a Sollet wallet and click on the SOL token.

![](/files/-Me-zRM2z98Pb20_j8iU)

2\. Click the **Receive** button.

![](/files/-Me-zi9qR4Hmb80thtxZ)

3\. Copy the address. SOL address is the same as your main address.

![](/files/-Me-zwVG9cua4Siwo8dx)

4\. Navigate to <https://explorer.solana.com/>, insert the copied address and click the Search icon.

![](/files/-Me0-JFWGeD1ECyjbYFP)

5\. Find the last transaction and copy the transaction ID.

![](/files/-Me0OMArZGMgmyc_cXXS)

### Phantom

1. Open the wallet and copy the address.

![](/files/-Me020hFqZogzF_uTHTR)

2\. Navigate to <https://explorer.solana.com/>, insert the copied address and click the Search icon.

![](/files/-Me02AKH_hCdHV7C69Gx)

3\. Find the last transaction and copy the transaction ID.

![](/files/-Me0OZ1sUz40VF5UQ7lD)

### Terra Station

**How to find transaction ID using Terra station desktop wallet**

1. Go to your Terra station desktop wallet.
2. Go to History tab.

![](https://lh6.googleusercontent.com/5xvJs3dRKXDErvX7_i50miEbWYpIPkUOFIRtyaNKbYDoOl6RTui_MkzfcOPkmajjrFrTFq9s2nDgtBpz4S5NSYx0TC-UVg-__OwXqZXa0SGmIvk_M6sYw6WyTXmbFTA9A__qprAm)

&#x20; 3\. Find a needed transaction. It should be the last transaction in your wallet.

&#x20; 4\. Click on its’ transaction ID.

![](/files/W8ZutVMqGSc4qNra7z49)

&#x20; 5\. You will be redirected to the Terrascope.

&#x20; 6\. Copy the transaction ID.

![](/files/DZdbLNjkkkql71sImQGo)

#### How to find transaction ID using Terra station browser extension

1. Open your Terra station extension.
2. Copy your wallet address.

![](/files/UdpVl5zxILouXkEsGhCU)

&#x20; 3\. Go to Terra [block explorer](https://terrasco.pe/).

&#x20; 4\. Paste your wallet address.

![](/files/r0pHt3YiKE6mvNp3JyT3)

&#x20; 5\. Scroll down to your Transactions section.

![](/files/VnPK0iLjqHNpzxoqjTGC)

&#x20; 6\. Find a needed transaction. It should be the last transaction in your wallet.

&#x20; 7\. Copy the transaction ID.

![](/files/o9igx4WXcKCbdSoWZlvp)

### **NEAR**

**How to find transaction ID using NEAR browser extension**

1. Go to your NEAR extension.
2. Scroll down to your Recent activity.

![](/files/fQs2ati8RY777QPi1i1q)

3\. Find a needed transaction. It should be the last transaction in your wallet.

4\. Click on its' transaction ID.

5\. You will be redirected to NEAR [blockchain explorer](https://explorer.near.org/).

![](/files/L6gzQ2BAmdAcPlIBUYJZ)

6\. Copy the transaction ID.

**How to find transaction ID using Near blockchain explorer**

1. Open your NEAR extension.

![](/files/YgCSXqjd03XRvjlSzfP1)

2\. Copy your wallet address.

3\. Go to NEAR [blockchain explorer](https://explorer.near.org/).

4\. Paste your wallet address.

![](/files/HEbzRy2Qqvn8nCDc1vIw)

5\. Scroll down to your transaction section.

![](/files/xwGbm7SBBaHh0RuTfrpd)

6\. Find a needed transaction. It should be the last transaction in your wallet.

7\. Copy the transaction ID.

### XRPL

**How to find transaction ID in XUMM wallet**

1. Press on **Events**

![](/files/ChwOo3QdbZ8zAXOovITI)

&#x20; 2\. Find the needed transaction. It should be the lsat transaction in your wallet.

![](/files/G0qU2qJgU3gHpq3o96C2)

&#x20; 3\. Scroll down to **Transaction ID** and copy it.

![](/files/C8r4o5IJZm3ID5Prjc1T)

**How to find transaction ID in Sologenic wallet**

1. In **Assets** choose the asset which you sent

![](/files/AkS64aXTfuk12in0QEPx)

&#x20; 2\. Find the needed transaction. It should be the last transaction.

![](/files/DJ2eFVV5tfTZc1bHnXq6)

&#x20; 3\. Press on it and copy transaction ID.

![](/files/FjoFpL00n5XAJrb0yf7W)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.allbridge.io/guides/faq/how-to-find-a-transaction-id-hash-signature-of-the-transaction.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
