get https://api.simplehash.com/api/v0/nfts/transfers/transaction//
<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>