Claim accrued protocol fees from the market (anyone can call)
cURL
curl --request POST \ --url https://mainnet.base.org/market/{marketAddress}/claimProtocolFees
{ "transactionHash": "<string>", "blockNumber": 123, "gasUsed": 123, "success": true }
Address of the market contract
Protocol fees claimed successfully
Transaction hash
Block number where transaction was mined
Amount of gas used
Whether transaction was successful
Was this page helpful?