GET
/
v1
/
news
curl --request GET \
  --url https://api.invezo.com/v1/news \
  --header 'x-invezo-api-key: <api-key>'
{
    "status": "OK",
    "request_id": "",
    "result_count": 5000,
    "data": [
        {
            "time": 1658940945,
            "title": "Here's What's Next for Bitcoin and Ethereum (ETH) After Failed BTC Breakout, According to Top Crypto Analyst",
            "url": "https://dailyhodl.com/2022/07/27/heres-whats-next-for-bitcoin-and-ethereum-eth-after-failed-btc-breakout-according-to-top-crypto-analyst/",
            "source": "The Daily Hodl",
            "symbols": [
                "btc",
                "eth"
            ],
            "topics": []
        },
        {
            "time": 1658937742,
            "title": "Bitcoin Price Analysis: BTC Retest Support Zone; Will Hit $24,000 Next?",
            "url": "https://coingape.com/?p=118178",
            "source": "Coingape",
            "symbols": [
                "btc"
            ],
            "topics": [
                "tanalysis"
            ]
        },
        ...
    ]
}

Query Parameters

symbols
string
required

comma separated list of asset symbols (example: btc,eth)

limit
int

limit the number of results returned

offset
int

offset the returned results