Skip to content

Latest commit

 

History

History
75 lines (43 loc) · 1.88 KB

NFTSearchRequest.md

File metadata and controls

75 lines (43 loc) · 1.88 KB

NFTSearchRequest

Properties

Name Type Description Notes
updateAuthority String The public key of the update authority of the NFT [optional]
updateAuthoritySearchMethod UpdateAuthoritySearchMethodEnum Only `exact_match` supported at this time [optional]
mintAddress String The mint address of the NFT [optional]
mintAddressSearchMethod MintAddressSearchMethodEnum Only `exact_match` supported at this time [optional]
name String The name of the NFT [optional]
nameSearchMethod NameSearchMethodEnum [optional]
uri String The NFT's uri [optional]
uriSearchMethod UriSearchMethodEnum [optional]
symbol String The symbol associated with the candy machine [optional]
symbolSearchMethod SymbolSearchMethodEnum [optional]
network NetworkEnum [optional]

Enum: UpdateAuthoritySearchMethodEnum

Name Value
EXACT_MATCH "exact_match"

Enum: MintAddressSearchMethodEnum

Name Value
EXACT_MATCH "exact_match"

Enum: NameSearchMethodEnum

Name Value
BEGINS_WITH "begins_with"
EXACT_MATCH "exact_match"

Enum: UriSearchMethodEnum

Name Value
BEGINS_WITH "begins_with"
EXACT_MATCH "exact_match"

Enum: SymbolSearchMethodEnum

Name Value
BEGINS_WITH "begins_with"
EXACT_MATCH "exact_match"

Enum: NetworkEnum

Name Value
DEVNET "devnet"
MAINNET_BETA "mainnet-beta"