Skip to content

Latest commit

 

History

History
21 lines (18 loc) · 2.63 KB

CandyMachineSearchRequest.md

File metadata and controls

21 lines (18 loc) · 2.63 KB

# CandyMachineSearchRequest

Properties

Name Type Description Notes
update_authority string The public key of the update authority of the candy machine [optional]
update_authority_search_method string Only `exact_match` supported at this time [optional] [default to 'exact_match']
config_address string The public key of the configuration of the candy machine [optional]
config_address_search_method string Only `exact_match` supported at this time [optional] [default to 'exact_match']
uuid string The alphanumeric string of length six that corresponds to the candy machine. This is NOT the candy machine ID. This is the first six letters of the configuration address and is also used to identify the candy machine. An example is `4zKV6i`. [optional]
uuid_search_method string Only `exact_match` supported at this time [optional] [default to 'exact_match']
symbol string The symbol associated with the candy machine [optional]
symbol_search_method string [optional] [default to 'exact_match']
nft_name string The name of an NFT on the candy machine, minted or unminted. For example, to find The Solana Money Boys candy machine, you already know that each NFT is named "Solana Money Boy #0", "Solana Money Boy #1", and so on. So you could search with nft_name="Solana Money Boy #0", nft_name_index=0, nft_name_search_method='exact_match', for example, which would return the candy machine ID. This also works with candy machines that are not live but are uploaded. [optional]
nft_name_index string The index of the NFT to check, e.g., the 2nd NFT would have an index of 1. We cannot search all NFTs on a candy machine currently, so you must search an NFT at a particular position, such as the first, second, and so on. In general, nft_name_index=0 works for most use cases. [optional] [default to '0']
nft_name_search_method string [optional] [default to 'exact_match']
network string [optional] [default to 'devnet']
candy_machine_contract_version string The candy machine contract you want to search. If you want to search `v1` candy machines, set this to `v1`. If you want to search `v2` candy machines. set this to `v2`. [optional] [default to 'v1']

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