TopShot Metadata

ColumnTypeDescription

nft_id

TEXT

The id of the NFT, usually a number.

nft_collection

TEXT

The contract address or ID for the NFT Collection.

nbatopshot_id

TEXT

The ID used by NBA TopShot. This can be pasted into the URL https://nbatopshot.com/moment/{nbatopshot_id} to view the moment on the marketplace.

serial_number

NUMBER

The serial number for the Moment, such as 25, within the collection.

total_circulation

NUMBER

The total number of moments minted for the particular play.

moment_description

TEXT

Long-form description of the play, from NBA TopShot.

player

TEXT

The player who is the focus of the moment.

team

TEXT

The team that the player from the moment is on, at the time of the moment.

season

TEXT

The season during which the moment occurred.

play_category

TEXT

The broad category of play that is shown in the moment.

play_type

TEXT

The more granular (than play_category) type of play that is shown in the moment.

moment_date

TIMESTAMP_NTZ

When the moment occurred.

set_name

TEXT

Name of the set in which the moment was dropped.

set_series_number

NUMBER

The series number for this particular set of drops, within the set_name.

video_urls

ARRAY

An array containing links to the moments.

moment_stats_full

OBJECT

A dictionary of the full moment stats.

player_stats_game

OBJECT

The statline for the player in the Moment, from the game highlighted.

player_stats_season_to_date

OBJECT

The season stats for the player as of the game featured in the moment.

Last updated