Skip to main content Link Menu Expand (external link) Document Search Copy Copied

GetMarketplaceInfo200Response

Model getters

Method name Return type Description Notes
getFeeAccount() string Fee Account Address
Example: FZAS4mtPvswgVxbpc117SqfNgCDLTCtk5CoeAtt58FWU
 
getTreasuryAccount() string Treasury Account Address
Example: FZAS4mtPvswgVxbpc117SqfNgCDLTCtk5CoeAtt58FWU
 
getAuthority() string Authority Address
Example: FZAS4mtPvswgVxbpc117SqfNgCDLTCtk5CoeAtt58FWU
 
getCreator() string Creator Address
Example: FZAS4mtPvswgVxbpc117SqfNgCDLTCtk5CoeAtt58FWU
 
getMarketplaceFee() float The percentage of the amount that an NFT was sold for that will be sent to the marketplace as a fee. To set the fee to 1%, set this parameter to 100; to set 10%, set this parameter to 1000; to set 50%, set this parameter to 5000, and so on.
Example: 150
 
getTreasuryMint() string Address of a SPL token contract
Example: FZAS4mtPvswgVxbpc117SqfNgCDLTCtk5CoeAtt58FWU
 
getTreasuryWithdrawalDestination() string The address that will be able to withdraw funds from the marketplace treasury account to own address
Example: FZAS4mtPvswgVxbpc117SqfNgCDLTCtk5CoeAtt58FWU
 
getFeeWithdrawalDestination() string The address that will be able to withdraw funds from the marketplace fee account to own address
Example: FZAS4mtPvswgVxbpc117SqfNgCDLTCtk5CoeAtt58FWU
 
getRequiresSignOff() bool If set to “true”, the marketplace must sign all operations related to the listings and sales.
Example: true
 
getCanChangeSalePrice() bool If set to “true”, the marketplace can change the sale price that the seller intentionally set to 0.
Example: true