Update the creator fee recipient address (only current recipient can call)
cURL
curl --request POST \ --url https://mainnet.base.org/market/{marketAddress}/setCreatorFeeRecipient \ --header 'Content-Type: application/json' \ --data ' { "newRecipient": "<string>" } '
{ "transactionHash": "<string>", "blockNumber": 123, "gasUsed": 123, "success": true }
Address of the market contract
New creator fee recipient address
Creator fee recipient updated successfully
Transaction hash
Block number where transaction was mined
Amount of gas used
Whether transaction was successful
Was this page helpful?