curl --request GET \
--url https://synthesis.trade/api/v1/kalshi/market/{market_id}/trades{
"success": true,
"response": [
{
"trade_id": "f6a7b8c9-d0e1-2345-f678-90abcdef1234",
"market_id": "KXBTC-25-T100000",
"outcome": "Yes",
"side": true,
"amount": "100.000",
"shares": "175.000",
"price": "0.570",
"created_at": "2026-01-01T00:00:00"
}
]
}Get recent trades for a Kalshi market.
curl --request GET \
--url https://synthesis.trade/api/v1/kalshi/market/{market_id}/trades{
"success": true,
"response": [
{
"trade_id": "f6a7b8c9-d0e1-2345-f678-90abcdef1234",
"market_id": "KXBTC-25-T100000",
"outcome": "Yes",
"side": true,
"amount": "100.000",
"shares": "175.000",
"price": "0.570",
"created_at": "2026-01-01T00:00:00"
}
]
}