v1
latestOpenAPI 3.0.42026-08-063630188.2 KBReturns an address for a random nft sale (price from pricelist) (project uid)
When you call this API, you will receive an address where the buyer has to pay the amount of ada you define. The address will be monitored until it exipred. The count of nft will be reserved until it expires or the buyer has send the ada to this address. If the buyer has send the amount of ada, the nfts will be minted and send to his senderaddress and the nfts state changes to sold.
IMPORTANT: Please notice, that the call is limited to 300 addressreservations per minute. You will get the error 429 if you call this routine more than 300 times a minute. Please do not implement this function on your start page. And please prevent the call of this function from bots with a captcha.
Path parameters
Query parameters
(Optional) A referer code
(Optional) A custom property which can be set. Will be returned at webhooks or checkaddress
Response
Returns the GetPaymentAddressResultClass Class