Claim creator fees from a market through the router
cURL
curl --request POST \ --url https://mainnet.base.org/router/claimCreatorFees \ --header 'Content-Type: application/json' \ --data ' { "marketAddress": "<string>" } '
{ "transactionHash": "<string>", "blockNumber": 123, "gasUsed": 123, "success": true }
Address of the market
Creator fees claimed successfully through router
Transaction hash
Block number where transaction was mined
Amount of gas used
Whether transaction was successful
Was this page helpful?