Nft Schemas

NftTransfer

NameTypeDescription

timestamp

number

The timestamp at which the transfer is emitted.

blockNumber

number

The block number in which the transfer was emitted.

transactionHash

string

The hash of the transaction which generates this transfer.

logIndex

number

The log index in the transaction.

address

string

The contract address which generates this transfer.

from

string

The token's current owner.

to

string

The token's new owner.

tokenId

string

The token id to transfer.

metadata

The token's metadata.

NftToken

NameTypeDescription

timestamp

number

The timestamp of balance changed.

blockNumber

number

The block number in which the transfer was emitted.

address

string

The owner address of this token.

contract

string

The ERC721 address.

token_id

string

The token id.

token_uri

string

The token's metadata URI.

NftSummary

NameTypeDescription

name

string

The token's name.

image

string

The token's image URL.

external_url

string

The image URL on OpenSea.

description

string

The token's description.

NftMetadata

NameTypeDescription

contract

string

The ERC721 address.

token_id

string

The token id.

external_url

string

The image URL on OpenSea.

youtube_url

string

The image URL on Youtube.

description

string

The token's description.

background_color

string

The token's background color on OpenSea. Must be a six-character hexadecimal without a pre-pended #.

image

string

The token's image URL.

image_data

string

Raw SVG image data, if you want to generate images on the fly (not recommended).

animation_url

string

A URL to a multi-media attachment for the token.

name

string

The token's name.

attributes

object

The token's properties displayed on the OpenSea page.

-trait_type

string

The trait name.

-value

any

The trait's value

-display_type

string

The trait's display type.

Last updated