pm_create_market
Create a private prediction market by specifying name, symbol, outcomes, end time, and optional metadata like image or links.
Instructions
Create a private prediction market with metadata. Provide image_url OR image_file_path.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| symbol | Yes | ||
| outcomes | Yes | ||
| end_time | Yes | ||
| private_event | No | Default: true | |
| frozen | No | ||
| seed_usdb | No | ||
| description | No | ||
| image_url | No | ||
| image_file_path | No | Local image file path (alternative to image_url) | |
| website | No | ||
| telegram | No | ||
| No |