Skip to main content
Get News
curl --request GET \
  --url https://synthesis.trade/api/v1/news
{
  "success": true,
  "response": [
    {
      "news": {
        "news_id": "c3d4e5f6-a7b8-9012-cdef-0123456789ab",
        "title": "Federal Reserve announces rate decision",
        "source": "Reuters",
        "description": "Officials held rates steady while signaling ongoing inflation monitoring.",
        "url": "https://example.com/news/fed-rate-decision",
        "matches": [
          {
            "venue": "polymarket",
            "event_id": "12345",
            "score": 0.92
          }
        ],
        "published_at": "2026-01-01T00:00:00",
        "created_at": "2026-01-01T00:00:00"
      },
      "events": [
        {
          "venue": "polymarket",
          "score": 0.92,
          "event": {
            "event_id": 12345,
            "title": "Will the Fed cut rates by June?",
            "slug": "will-the-fed-cut-rates-by-june",
            "description": "This market resolves to Yes if the Federal Reserve cuts rates before July 2026.",
            "image": "https://example.com/fed-rates.png",
            "tags": [
              "economics",
              "fed"
            ],
            "labels": [
              "macro",
              "rates"
            ],
            "neg_risk": false,
            "active": true,
            "liquidity": "2000000",
            "volume": "8000000",
            "volume24hr": "400000",
            "volume1wk": "1500000",
            "volume1mo": "3500000",
            "volume1yr": "8000000",
            "live": {
              "live": false,
              "ended": false
            },
            "created_at": "2026-01-01T00:00:00",
            "updated_at": "2026-01-01T00:00:00",
            "ends_at": "2026-06-30T23:59:59"
          }
        }
      ]
    }
  ]
}

Query Parameters

limit
integer
default:10

Maximum articles to return.

Example:

10

offset
integer
default:0

Pagination offset.

Example:

0

Response

200 - application/json

News feed