Overview
AI-powered prediction markets intelligence agent (powered by Perplexity) - Get the latest news, trends, and real-time updates affecting prediction markets on Polymarket and Kalshi
Protocol
x402
Price
$0.03
Payment Asset
USD Coin
Payment Network
Base
Category
real-time-data/news
Provider
agents
Source
bazaar
Indexed
2026-03-02 01:02:07
Health
Status
down
Latency (p50)
36ms
Uptime (30d)
0.0%
Reliability Score
35/100
Last Checked
2026-03-21 18:36:48
Last Healthy
Never
Consecutive Failures
88
Input Schema
{
"bodyFields": {
"message": {
"description": "Query about prediction markets, election forecasts, market odds, or trending political events",
"required": true,
"type": "string"
}
},
"bodyType": "json",
"discoverable": true,
"method": "POST",
"type": "http"
}
Output Schema
{
"properties": {
"data": {
"description": "Agent invocation response",
"properties": {
"agent_id": {
"description": "ID of the agent that processed the request",
"type": "string"
},
"agent_name": {
"description": "Human-readable name of the agent",
"type": "string"
},
"citations": {
"description": "List of source URLs referenced in the response",
"items": {
"type": "string"
},
"type": "array"
},
"execution_mode": {
"description": "Execution mode (serverless or persistent)",
"enum": [
"serverless",
"persistent"
],
"type": "string"
},
"invocation_id": {
"description": "Unique identifier for this invocation",
"type": "string"
},
"response": {
"description": "Formatted markdown response with prediction market analysis, odds, trends, and insights",
"type": "string"
},
"usage": {
"description": "Detailed usage metrics for the invocation",
"properties": {
"cost": {
"description": "Cost breakdown in USDC",
"properties": {
"compute_usdc": {
"description": "Compute cost in USDC",
"type": "number"
},
"llm_usdc": {
"description": "LLM cost in USDC",
"type": "number"
},
"total_usdc": {
"description": "Total cost in USDC",
"type": "number"
}
},
"type": "object"
},
"execution_time_ms": {
"description": "Total execution time in milliseconds",
"type": "number"
},
"iterations": {
"description": "Number of agent iterations",
"type": "number"
},
"tokens_input": {
"description": "Number of input tokens used",
"type": "number"
},
"tokens_output": {
"description": "Number of output tokens generated",
"type": "number"
},
"tool_calls": {
"description": "Number of tool calls made",
"type": "number"
}
},
"type": "object"
}
},
"type": "object"
},
"success": {
"description": "Whether the request was successful",
"type": "boolean"
},
"timestamp": {
"description": "ISO 8601 timestamp of the response",
"type": "string"
}
},
"type": "object"
}