Sales & Transfers by Tx Hash

<div style={{ fontWeight: "bold", marginBottom: "20px" }}>
This endpoint is used to get the NFT transfer events for a specific transaction hash.
</div>

<div style={{}}>
Pass a specific chain and transaction hash, and get back a list of the NFT transfer events (including mints, transfers, sales, and burns).
</div>

<div style={{}}>

If you need to get NFT transfer events for the whole block, use <a href="https://docs.simplehash.com/reference/transfers-by-chain">Sales & Transfers by Chain</a> instead with the <strong>from\_block</strong> and <strong>to\_block</strong> parameters.

</div>

<HTMLBlock>{`
<style>
  .rm-APISectionHeader, .rm-LanguagePicker { display: none; }
</style>
`}</HTMLBlock>
Language
Click Try It! to start a request and see the response here!