Deploy a new market where users can take Based or Cringe positions
cURL
curl --request POST \ --url https://mainnet.base.org/protocol/createMarket \ --header 'Content-Type: application/json' \ --data ' { "creator": "<string>" } '
{ "marketAddress": "<string>", "marketCounter": 123, "transactionHash": "<string>" }
Address that will receive creator fees
Market created successfully
Address of the newly created market
Counter/ID of the created market
Transaction hash of the market creation
Was this page helpful?