cURL
curl --request POST \ --url https://api.example.com/v1/trades/report \ --header 'Content-Type: application/json' \ --data ' { "market_id": "KXFED-26MAR19", "platform": "kalshi", "price": 0.62, "side": "yes", "size_usd": 200 } '
{ "status": "accepted", "trade_count": 47 }
Report a trade for consensus probability aggregation.
Agent-reported trade for consensus aggregation.
Market identifier
'yes' or 'no'
Trade size in USD
x >= 0
Execution price
0 <= x <= 1
Platform
Successful Response
Confirmation of reported trade.
Total trades reported by this agent
Report status