GET
/
v1
/
news
/
general
curl --request GET \
  --url https://api.invezo.com/v1/news/general \
  --header 'x-invezo-api-key: <api-key>'
{
    "status": "OK",
    "request_id": "",
    "result_count": 5000,
    "data": [
        {
            "time": 1658940087,
            "title": "Harmony Offered To Reimburse Users By Minting New Tokens",
            "url": "https://www.dcforecasts.com/altcoin-news/harmony-offered-to-reimburse-users-by-minting-new-tokens/",
            "source": "DCForecasts",
            "symbols": [
                "one"
            ],
            "topics": []
        },
        {
            "time": 1658939477,
            "title": "Angel investor says Helium has no demand, returns are poor",
            "url": "https://cryptoslate.com/angel-investor-says-helium-has-no-demand-returns-are-poor/",
            "source": "CryptoSlate",
            "symbols": [
                "hnt"
            ],
            "topics": []
        },
        ...
    ]
}