Update the sale configuration for a Moment on the In•Process protocol. This endpoint allows artists to update the price, sale window, token limit per address, and funds recipient for a Moment’s sale.
Note: At least one sale field must be provided. Requires authentication via API key.
Artist API key for authentication. Get your API key from https://inprocess.world/manage/api-keys
At least one of pricePerToken, saleStart, saleEnd, maxTokensPerAddress, or fundsRecipient must be provided.
Price per token in wei as a non-negative integer string (e.g., "0" for free, "1000000000000000" for 0.001 ETH)
^[0-9]+$Unix timestamp for when the sale starts
Unix timestamp for when the sale ends
Maximum number of tokens a single address can mint (0 = unlimited)
x >= 0Address that receives the sale proceeds