Market Functions
Set Creator Fee Recipient
Update the creator fee recipient address (only current recipient can call)
POST
Set creator fee recipient
This is a smart contract write function. The curl example shown is for illustration. To call this function, use web3 libraries (ethers.js, viem, web3.py) or JSON-RPC directly.
Path Parameters
Address of the market contract
Pattern:
^0x[a-fA-F0-9]{40}$Body
application/json
New creator fee recipient address
Pattern:
^0x[a-fA-F0-9]{40}$Set creator fee recipient