Skip to main content
GET
/
coingecko
/
news
Crypto News
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
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200 - application/json

Array of news articles.