Skip to main content
GET
https://api.aisa.one/apis/v1
/
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
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://aisa.one/docs/llms.txt

Use this file to discover all available pages before exploring further.

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.