Skip to main content

MetadataList

The MetadataList object represents a paginated collection of Metadata objects representing the metadata associated with an NFT.

Schema Definition

type MetadataList {
numEntries: UInt64!
cursor: UInt64
entries: [Metadata!]!
}

Fields

FieldTypeDescription
numEntriesUInt64! non-null scalarThe total number of metadata entries matching the query criteria in the current page.
cursorUInt64 scalarAn optional pagination cursor pointing to the next page of results. Use this value with skip in subsequent queries to fetch the next page.
entries[Metadata!]! non-null objectAn array of Metadata objects representing a token's metadata.

Returned By

metadataList query