Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 1.19 KB

NFTSearchRequest.md

File metadata and controls

20 lines (16 loc) · 1.19 KB

NFTSearchRequest

Properties

Name Type Description Notes
updateAuthority String The public key of the update authority of the NFT [optional]
updateAuthoritySearchMethod String Only `exact_match` supported at this time [optional] [default to .exactMatch]
mintAddress String The mint address of the NFT [optional]
mintAddressSearchMethod String Only `exact_match` supported at this time [optional] [default to .exactMatch]
name String The name of the NFT [optional]
nameSearchMethod String [optional] [default to .exactMatch]
uri String The NFT's uri [optional]
uriSearchMethod String [optional] [default to .exactMatch]
symbol String The symbol associated with the candy machine [optional]
symbolSearchMethod String [optional] [default to .exactMatch]
network String [optional] [default to .devnet]

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