curl --request GET \
--url https://synthesis.trade/api/v1/news/market/{market_id}{
"success": true,
"response": [
{
"news_id": "c4d5e6f7-a8b9-0123-cdef-1234567890ab",
"title": "Bitcoin surges after ETF inflows accelerate",
"source": "Bloomberg",
"description": "ETF demand pushed spot BTC higher and moved related prediction markets.",
"url": "https://example.com/news/bitcoin-etf-inflows",
"matches": [
{
"market_id": "KXBTC-25-T100000",
"venue": "kalshi",
"score": 0.88
}
],
"published_at": "2025-01-16T09:30:00",
"created_at": "2025-01-16T09:31:00"
}
]
}Get news for a specific market ID.
curl --request GET \
--url https://synthesis.trade/api/v1/news/market/{market_id}{
"success": true,
"response": [
{
"news_id": "c4d5e6f7-a8b9-0123-cdef-1234567890ab",
"title": "Bitcoin surges after ETF inflows accelerate",
"source": "Bloomberg",
"description": "ETF demand pushed spot BTC higher and moved related prediction markets.",
"url": "https://example.com/news/bitcoin-etf-inflows",
"matches": [
{
"market_id": "KXBTC-25-T100000",
"venue": "kalshi",
"score": 0.88
}
],
"published_at": "2025-01-16T09:30:00",
"created_at": "2025-01-16T09:31:00"
}
]
}