get_market
Retrieve comprehensive details about a specific market on Manifold Markets using its unique market ID to access key information for decision-making.
Instructions
Get detailed information about a specific market
Input Schema
Name | Required | Description | Default |
---|---|---|---|
marketId | Yes | Market ID |
Input Schema (JSON Schema)
{
"properties": {
"marketId": {
"description": "Market ID",
"type": "string"
}
},
"required": [
"marketId"
],
"type": "object"
}