> ## Documentation Index
> Fetch the complete documentation index at: https://docs.allium.so/llms.txt
> Use this file to discover all available pages before exploring further.

# Nfttrader Trades

### Table Details

| Property     | Value                            |
| ------------ | -------------------------------- |
| Table Name   | `ethereum.nfts.nfttrader_trades` |
| Table Status | Production-Ready                 |

### Table Columns

| Column Name                       | Data Type         | Description                                                                                                                   |
| --------------------------------- | ----------------- | ----------------------------------------------------------------------------------------------------------------------------- |
| block\_timestamp                  | TIMESTAMP\_NTZ(9) | Timestamp (UTC) of the block that contains this record.                                                                       |
| block\_number                     | NUMBER(38,0)      | Sequential number of the block that contains this record. Starts at 0 (genesis block) and increments by 1 for each new block. |
| block\_hash                       | VARCHAR(66)       | Cryptographic hash of the block header that contains this record. Uniquely identifies a block.                                |
| transaction\_hash                 | VARCHAR(66)       | Hash of the transaction that produced this record. Uniquely identifies a transaction within the blockchain.                   |
| swap\_id                          | FLOAT             | Swap ID of the NFT trade.                                                                                                     |
| maker\_address                    | VARCHAR(16777216) | Address of the maker. I.e. users who add liquidity to the order books for NFT trades.                                         |
| taker\_address                    | VARCHAR(16777216) | Address of the taker. I.e. users who execute orders.                                                                          |
| maker\_received\_token\_addresses | ARRAY             | The token address of the NFT(s) received by the maker in an array.                                                            |
| maker\_received\_token\_ids       | ARRAY             | The token ID of the NFT(s) received by the maker in an array.                                                                 |
| taker\_received\_token\_addresses | ARRAY             | The token address of the NFT(s) received by the taker in an array.                                                            |
| taker\_received\_token\_ids       | ARRAY             | The token ID of the NFT(s) received by the taker in an array.                                                                 |
| maker\_received\_eth              | FLOAT             | The amount of ETH received by the maker in the trade.                                                                         |
| maker\_received\_usd              | FLOAT             | The USD value of ETH received by the maker in the trade.                                                                      |
| taker\_received\_eth              | FLOAT             | The amount of ETH received by the taker in the trade.                                                                         |
| taker\_received\_usd              | FLOAT             | The USD value of ETH received by the taker in the trade.                                                                      |
| \_created\_at                     | TIMESTAMP\_NTZ(9) | Timestamp of when the entry was created in the database.                                                                      |
| \_updated\_at                     | TIMESTAMP\_NTZ(9) | Timestamp of when the entry was last updated in the database.                                                                 |
