Skip to content

Latest commit

 

History

History
81 lines (31 loc) · 1.73 KB

NFTSearchRequest.md

File metadata and controls

81 lines (31 loc) · 1.73 KB

theblockchainapi.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 'exact_match']
mintAddress String The mint address of the NFT [optional]
mintAddressSearchMethod String Only `exact_match` supported at this time [optional] [default to 'exact_match']
name String The name of the NFT [optional]
nameSearchMethod String [optional] [default to 'exact_match']
uri String The NFT's uri [optional]
uriSearchMethod String [optional] [default to 'exact_match']
symbol String The symbol associated with the candy machine [optional]
symbolSearchMethod String [optional] [default to 'exact_match']
network String [optional] [default to 'devnet']

Enum: UpdateAuthoritySearchMethodEnum

  • exact_match (value: "exact_match")

Enum: MintAddressSearchMethodEnum

  • exact_match (value: "exact_match")

Enum: NameSearchMethodEnum

  • begins_with (value: "begins_with")

  • exact_match (value: "exact_match")

Enum: UriSearchMethodEnum

  • begins_with (value: "begins_with")

  • exact_match (value: "exact_match")

Enum: SymbolSearchMethodEnum

  • begins_with (value: "begins_with")

  • exact_match (value: "exact_match")

Enum: NetworkEnum

  • devnet (value: "devnet")

  • mainnet-beta (value: "mainnet-beta")