# How do I find my transaction hash?

{% hint style="info" %}
**Good to know:** In order to troubleshoot issues with buying or selling your NFT, a support team member will need your "transaction hash" from a blockchain explorer.
{% endhint %}

Transaction hashes are unique IDs recording each transaction on the blockchain; this includes NFT purchases, sales, and canceled orders. All gas fees paid will generate a transaction hash.

Depending on the cryptocurrency used to purchase the NFT, you'll need to use the relevant blockchain explorer.

* BNB - [Bscscan](https://bscscan.com/)

### How do I find my transaction hash on BSC?

First, you'll need your wallet address. You can find this in your crypto wallet or underneath your account name on NumisArt. Make sure you're using the wallet that corresponds to the purchase.

Once you have your NumisArt wallet address, navigate to <https://bscscan.com/> and copy it into the search bar.

![
This will take you to the address dashboard page. On the bottom left of the page, you'll be able to see transaction hashes under the Txn Hash column.](/files/oSnhDt7dwtX1iQIUpEd5)

![](https://support.opensea.io/hc/article_attachments/5708233368467/mceclip1.png)

You can click into any transaction and copy the transaction hash to your clipboard. Make sure to include transaction hashes in text (rather than screenshots) when opening a ticket with NumisArt support. <br>

![](https://support.opensea.io/hc/article_attachments/4405999670931/mceclip3.png)


---

# 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.numisart.io/faq-frequently-asked-questions/how-do-i-find-my-transaction-hash.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.
