Skip to main content
POST
/
v1
/
trades
/
report
Report a trade for consensus
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
}

Body

application/json

Agent-reported trade for consensus aggregation.

market_id
string
required

Market identifier

side
string
required

'yes' or 'no'

size_usd
number
required

Trade size in USD

Required range: x >= 0
price
number
required

Execution price

Required range: 0 <= x <= 1
platform
string
default:kalshi

Platform

Response

Successful Response

Confirmation of reported trade.

trade_count
integer
required

Total trades reported by this agent

status
string
default:accepted

Report status