tokens_solana.nft table contains metadata for non-fungible tokens (NFTs) on the Solana blockchain indexed on Dune. This dataset provides essential information about Solana NFTs, including:
- The NFT mint address and associated accounts
- Token details such as name, symbol, and URI
- Creator and collection information
- Transaction details of the NFT creation
Utility
The Solana NFT metadata table offers valuable information for NFT analysis and integration, allowing you to:- Identify and track NFTs on the Solana blockchain
- Retrieve essential NFT information for display and analysis
- Access creator and collection data for comprehensive NFT insights
Table Schema
| Column | Type | Description |
|---|---|---|
account_mint | VARCHAR | NFT mint address |
token_name | VARCHAR | NFT name |
token_symbol | VARCHAR | NFT symbol |
token_uri | VARCHAR | NFT metadata URI |
token_standard | VARCHAR | Token standard (e.g., NonFungible) |
collection_mint | VARCHAR | Collection mint address |
verified_creator | VARCHAR | Verified creator address |
metadata_program | VARCHAR | Program used for metadata |
call_block_time | TIMESTAMP | Block time of NFT creation |
call_tx_signer | VARCHAR | Transaction signer |
call_tx_id | VARCHAR | Transaction ID |