# Transactions

## The Transaction Model

<table><thead><tr><th>Property</th><th width="336.6666666666667">Description</th><th>Type</th></tr></thead><tbody><tr><td><code>id</code></td><td>Unique identifier for the transaction</td><td>string</td></tr><tr><td><code>status</code></td><td>Current state of the transaction</td><td>string</td></tr><tr><td><code>type</code></td><td>Type of transaction</td><td>string</td></tr><tr><td><code>mintAddress</code></td><td>Mint address of the NFT or Collection associated with the transaction</td><td>string</td></tr><tr><td><code>walletAddress</code></td><td>Wallet address that initiated the transaction</td><td>string</td></tr></tbody></table>

<table data-card-size="large" data-view="cards"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>Retrieve a Transaction</strong></td><td></td><td><a href="transactions/retrieve-a-transaction">GET -></a></td><td><a href="transactions/retrieve-a-transaction">retrieve-a-transaction</a></td></tr></tbody></table>
