mirror of
https://github.com/FlipsideCrypto/flow-models.git
synced 2026-02-06 15:51:48 +00:00
537 B
537 B
{% docs nft_id %}
The unique identifier for the NFT within its collection. Data type: STRING or NUMBER. This field uniquely identifies a specific NFT token within a collection, typically representing the token ID or serial number assigned during minting. Used for NFT-level analytics, tracking individual token movements, and joining with metadata tables. Example: '12345' for TopShot moment #12345, or 'A.1234567890abcdef.Moment#456' for a specific moment. Important for NFT tracking, sales analysis, and metadata joins.
{% enddocs %}