cURL
curl --request GET \ --url https://api.aisa.one/apis/v1/coingecko/news \ --header 'Authorization: Bearer <token>'
{ "data": [ { "title": "Bitcoin hits new high", "url": "https://example.com/article", "published_at": 1713398400 } ] }
Latest crypto news articles aggregated by CoinGecko.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Array of news articles.