Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 1.04 KB

NFTData.md

File metadata and controls

15 lines (11 loc) · 1.04 KB

NFTData

Properties

Name Type Description Notes
creators [String] The creators of the NFT [optional]
name String The name of the NFT [optional]
share [Float] The portion of the seller fee that each creator receives. Index 0 corresponds to creator at index 0 in the creator array, and so on. Length of share array must be the same as the length of the creator array. [optional]
symbol String The symbol of the NFT [optional]
uri String The URI of the NFT [optional]
verified [Int] Whether or not the respective creator has signed the minting transaction of the NFT. Index 0 corresponds to creator at index 0 in the creator array, and so on. Length of verified array must be the same as the length of the creator array. [optional]

[Back to Model list] [Back to API list] [Back to README]