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
^0x[a-fA-F0-9]{40}$
New creator fee recipient address
Creator fee recipient updated successfully
Transaction hash
^0x[a-fA-F0-9]{64}$
Block number where transaction was mined
Amount of gas used
Whether transaction was successful
Was this page helpful?