Tokens

nft_id
STRING

Distinct identifier for an NFT

chain
STRING

The blockchain’s name where the NFT exists

contract_address
STRING

Address of the contract related to the NFT

token_id
STRING

ID of the NFT’s token on its contract. Null for Solana and Bitcoin NFTs

name
STRING

The name of the NFT, obtained from its metadata

description
STRING

Description of the NFT, derived from its metadata

previews
ARRAY(STRING)

Set of URLs leading to resized preview images of the media

image_url
STRING

URL leading to the cached image file

image_properties
OBJECT

Properties of the image, if available

video_url
STRING

URL leading to the cached video file

video_properties
OBJECT

Properties of the video, if available

audio_url
STRING

URL leading to the cached audio file

audio_properties
OBJECT

Properties of the audio, if available

model_url
STRING

URL leading to the cached 3D model file

model_properties
OBJECT

Properties of the model, if available

other_url
STRING

URL leading to the cached file for other media types such as PDFs

other_properties
OBJECT

Properties of the file, if available

background_color
STRING

Background color of the NFT, as per its metadata

external_url
STRING

External URL, as per the NFT’s metadata

created_date
STRING

Date and time of NFT minting in timestamp format (e.g., 2021-07-03T23:45:00)

status
STRING

Status of the NFT, either ‘minted’, or ‘burned’

token_count
INT

Known quantity of this NFT

owner_count
INT

Known number of owners of this NFT

owners
ARRAY(STRING)

Array of top owners of this NFT

last_sale
OBJECT

Details on the most recent sale involving this NFT

first_created
OBJECT

Details of the first creation of this NFT

contract
OBJECT

Type of contract information for this NFT

collection
OBJECT

Information associated with this NFT’s collection

rarity
OBJECT

Information on this NFT’s rarity

royalty
ARRAY(OBJECT)

Array of royalty details, by source

extra_metadata
OBJECT

JSON field containing additional custom metadata fields

user_id
STRING

The id of the user

Collections

collection_id
STRING

Distinct identifier for a particular collection

name
STRING

Title of the collection

description
STRING

Brief about the collection

image_url
STRING

URL leading to the collection’s logo or main image

banner_image_url
STRING

URL leading to the collection’s banner image

category
STRING

Category of the collection, if available

is_nsfw
BOOLEAN

Flag indicating if the collection is marked as NSFW

external_url
STRING

URL of the external website or resource linked to the collection

twitter_username
STRING

The Twitter handle linked to the collection

discord_url
STRING

The Discord server linked to the collection

instagram_url
STRING

Instagram URL for the collection

medium_username
STRING

Medium.com username associated with the collection

telegram_url
STRING

Telegram URL for the collection

marketplace_pages
ARRAY(OBJECT)

Array of objects referencing the collection’s page(s) on a marketplace

metaplex_mint
STRING

Unique metaplex mint ID, only for Solana NFTs that are part of a verified metaplex collection

metaplex_first_verified_creator
STRING

Identifier to group by the initial verified creator address when a verified metaplex collection is not available

spam_score
INT

Spam rating of the NFT collection, ranges from 0-100 (100 signifies high likelihood of being spam)

floor_prices
ARRAY(OBJECT)

Array of minimum prices for the collection, one for each marketplace

top_bids
ARRAY(OBJECT)

Array of highest bids for the collection, one for each marketplace

chains
ARRAY(STRING)

Array of chains included in the collection

top_contracts
ARRAY(STRING)

Array of contracts linked to this collection

Sales + Transfers

Coming soon.

Listings / Asks

Coming soon.

Bids

Coming soon.