News
General News
Reference
Analytics Endpoints
- Market
- Developer
- Venture
- Stablecoins
- Exchange
- Social
- News
News
General News
Top news for all assets.
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": []
},
...
]
}
{
"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": []
},
...
]
}
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": []
},
...
]
}